re-init amplify

This commit is contained in:
heyethereum
2024-07-07 20:21:32 +08:00
parent 47d1867cab
commit 9d7fe48e98
77 changed files with 5040 additions and 349 deletions

View File

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