mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 17:57:10 +00:00
12 lines
352 B
JSON
12 lines
352 B
JSON
{
|
|
"framework": "angular",
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist/mform-upload/browser",
|
|
"installCommand": "npm install",
|
|
"git": {
|
|
"ignoreBuildStep": "git log -1 --pretty=%B | grep -q '\\[skip ci\\]' || git diff --quiet HEAD^ HEAD -- ."
|
|
},
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
|
]
|
|
}
|