Adds @azure/static-web-apps-cli

This commit is contained in:
2025-01-14 02:04:36 -05:00
parent 8dba5fe9d9
commit c070c0315d
3 changed files with 3364 additions and 2 deletions

3359
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,6 +26,7 @@
"vuetify": "^3.5.6" "vuetify": "^3.5.6"
}, },
"devDependencies": { "devDependencies": {
"@azure/static-web-apps-cli": "^2.0.2",
"@vitejs/plugin-vue": "^5.0.3", "@vitejs/plugin-vue": "^5.0.3",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.17",
"eslint": "^8.57.0", "eslint": "^8.57.0",

View File

@@ -6,8 +6,10 @@
"outputLocation": "dist", "outputLocation": "dist",
"appBuildCommand": "npm run build", "appBuildCommand": "npm run build",
"run": "npm run dev", "run": "npm run dev",
"appDevserverUrl": "https://hutopy.azurewebsites.net", "appDevserverUrl": "http://localhost:5173",
"apiDevserverUrl": "https://hutopy.azurewebsites.net" "resourceGroup": "Hutopy",
"appName": "hutopy-portal",
"env": "production"
} }
} }
} }