15 lines
387 B
JSON
15 lines
387 B
JSON
{
|
|
"$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": "http://localhost:5173",
|
|
"resourceGroup": "Hutopy",
|
|
"appName": "hutopy-portal",
|
|
"env": "production"
|
|
}
|
|
}
|
|
} |