mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
chore: add vercel rewrite
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"installCommand": "npm install && npm run bootstrap",
|
"installCommand": "npm install && npm run bootstrap",
|
||||||
"buildCommand": "CI='' npm run build:webapp",
|
"buildCommand": "CI='' npm run build:webapp",
|
||||||
"outputDirectory": "packages/webapp/build"
|
"outputDirectory": "packages/webapp/build",
|
||||||
}
|
"rewrites": [{
|
||||||
|
"source": "/(.*)",
|
||||||
|
"destination": "/"
|
||||||
|
}]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user