Clean up explorer deploy and stop mirroring the repo (#19845)

* Stop exporting explorer commits to mirror

* Remove heroku config from explorer
This commit is contained in:
Justin Starry
2021-09-13 14:46:14 -05:00
committed by GitHub
parent ba0ad16816
commit d39e90d3d7
6 changed files with 1 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
# This repo is a mirror of https://github.com/solana-labs/solana/tree/master/explorer
Please make changes directly to the main Solana repo: https://github.com/solana-labs/solana

View File

@@ -1 +0,0 @@
node_modules

View File

@@ -1,7 +0,0 @@
{
"buildpacks": [
{
"url": "https://github.com/solana-labs/create-react-app-buildpack.git"
}
]
}

View File

@@ -1,7 +0,0 @@
{
"https_only": true,
"root": "build/",
"routes": {
"/**": "index.html"
}
}