add list page and multiples optis
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
d9d22683dc
commit
959fa42454
30 changed files with 1015 additions and 45 deletions
|
|
@ -5,10 +5,11 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node server.mjs",
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"dev": "npm run lists:index && vite",
|
||||
"build": "npm run lists:index && vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "node --check server.mjs && node --check vite.config.js && npm test && npm run build",
|
||||
"lists:index": "node scripts/generate-list-indexes.mjs",
|
||||
"check": "node --check server.mjs && node --check vite.config.js && npm run lists:index && npm test && npm run build",
|
||||
"test": "node --test"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue