finish moving setup to own webapp

This commit is contained in:
2023-07-17 16:14:46 +02:00
parent 7f08269796
commit 98ac5c8dfc
23 changed files with 299 additions and 289 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"