get ingress to play nice with vite

This commit is contained in:
Blake Blackshear
2022-05-19 07:31:02 -05:00
parent 7b2b5bfa71
commit ca7bad8909
6 changed files with 12 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "vite",
"lint": "eslint ./ --ext .jsx,.js,.tsx,.ts",
"build": "tsc && vite build",
"build": "tsc && vite build --base=/BASE_PATH/",
"preview": "vite preview",
"test": "jest"
},