After amplify init

This commit is contained in:
2020-05-24 15:08:47 -05:00
parent a423865c44
commit e6f84b89ac
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"projectName": "lunchrun",
"version": "3.0",
"frontend": "javascript",
"javascript": {
"framework": "react",
"config": {
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm.cmd run-script build",
"StartCommand": "npm.cmd run-script start"
}
},
"providers": [
"awscloudformation"
]
}