add preview

This commit is contained in:
2025-02-09 20:07:29 +02:00
parent 4f8df8c9e2
commit 16a8403215

View File

@@ -9,7 +9,8 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint ."
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^7.16.3",