add docker to project

This commit is contained in:
2025-08-27 18:15:55 +02:00
parent 49d7dd4b9e
commit d15f2e2d36
4 changed files with 23 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},