#30 Prepare for deploy. Images need to be public, added swa-cli. Defined VITE_API_URL to the env var for azure
This commit is contained in:
13
swa-cli.config.json
Normal file
13
swa-cli.config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
|
||||
"configurations": {
|
||||
"taim-ui": {
|
||||
"appLocation": ".",
|
||||
"outputLocation": "dist",
|
||||
"appBuildCommand": "npm run build",
|
||||
"run": "npm run dev",
|
||||
"appDevserverUrl": "https://hutopy.azurewebsites.net",
|
||||
"apiDevserverUrl": "https://hutopy.azurewebsites.net"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user