Skip to content

Commit

Permalink
scripts: new base url here as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kerberizer committed May 20, 2024
1 parent 8de7707 commit 64c76b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"dev": "vite",
"build": "rimraf dist && vite build",
"build-docker": "rimraf dist && vite build --base=/designer",
"build-docker": "rimraf dist && vite build --base=/templates",
"clean": "rimraf dist",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "rimraf dist && vite build --base /designer --outDir dist/designer && http-server -a localhost -p 0 -o /designer dist"
"preview": "rimraf dist && vite build --base /templates --outDir dist/templates && http-server -a localhost -p 0 -o /templates dist"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
Expand Down

0 comments on commit 64c76b4

Please sign in to comment.