2025-10-05 20:55:32 -07:00
|
|
|
{
|
|
|
|
|
"$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
|
|
|
|
|
"configurations": {
|
|
|
|
|
"miracles-in-motion": {
|
|
|
|
|
"appLocation": ".",
|
|
|
|
|
"apiLocation": "api",
|
|
|
|
|
"outputLocation": "dist",
|
|
|
|
|
"apiLanguage": "node",
|
2025-11-12 08:17:28 -08:00
|
|
|
"apiVersion": "20",
|
2025-10-05 20:55:32 -07:00
|
|
|
"appBuildCommand": "npm run build",
|
|
|
|
|
"apiBuildCommand": "npm run build --if-present",
|
|
|
|
|
"run": "npm run dev",
|
|
|
|
|
"appDevserverUrl": "http://localhost:5173"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|