feat: migrate from CRA to Vite for speed

This commit is contained in:
Ahmed Bouhuolia
2025-11-24 14:18:56 +02:00
parent 43faa45dcf
commit caf232d928
20 changed files with 1770 additions and 6525 deletions

View File

@@ -1,7 +1,7 @@
{
"installCommand": "pnpm install",
"buildCommand": "CI='' pnpm run build:webapp",
"outputDirectory": "packages/webapp/build",
"outputDirectory": "packages/webapp/dist",
"rewrites": [{
"source": "/api/:slug*",
"destination": "https://dev.bigcapital.ly/api/:slug*"