Use solana fork of create-react-app buildpack

This commit is contained in:
Justin Starry 2020-05-14 23:22:06 +08:00 committed by Michael Vines
parent 4d94de92c5
commit 1f883c88e5
1 changed files with 1 additions and 1 deletions

View File

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