Restructure windows build

This commit is contained in:
SamTV12345 2024-07-17 20:42:40 +02:00
parent b0a93ccddb
commit b6c261e88b
4 changed files with 11 additions and 16 deletions

View file

@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"build-copy": "tsc && vite build --outDir ../src/static/oidc --emptyOutDir"
},
"devDependencies": {
"ep_etherpad-lite": "workspace:../src",