fostr/swa-cli.config.json

12 lines
302 B
JSON
Raw Normal View History

2024-11-13 04:55:50 +00:00
{
"$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
"configurations": {
"fostr": {
"appLocation": ".",
"outputLocation": "dist",
"appBuildCommand": "npm run build --if-present",
"run": "npm start",
"appDevserverUrl": "http://localhost:3000"
}
}
}