12 lines
293 B
JSON
12 lines
293 B
JSON
{
|
|
"$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
|
|
"configurations": {
|
|
"acad-ia": {
|
|
"appLocation": ".",
|
|
"outputLocation": "dist",
|
|
"appBuildCommand": "npm run build",
|
|
"run": "npm run dev",
|
|
"appDevserverUrl": "http://localhost:5173"
|
|
}
|
|
}
|
|
} |