Refactor database handling: switch YAML to JSON imports, update data loader, and clean build process.
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"copy-yaml": "mkdir -p public/data/database && cp src/assets/database/*.yaml public/data/database/",
|
||||
"build": "npm run copy-yaml && tsc -b && vite build",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
|
Reference in New Issue
Block a user