adding latest
This commit is contained in:
17
amplify/.config/project-config.json
Normal file
17
amplify/.config/project-config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"projectName": "mediumawstutorial1",
|
||||
"version": "3.0",
|
||||
"frontend": "javascript",
|
||||
"javascript": {
|
||||
"framework": "vue",
|
||||
"config": {
|
||||
"SourceDir": "src",
|
||||
"DistributionDir": "dist",
|
||||
"BuildCommand": "npm run-script build",
|
||||
"StartCommand": "npm run-script serve"
|
||||
}
|
||||
},
|
||||
"providers": [
|
||||
"awscloudformation"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user