feat: added Dockerfile for frontend

This commit is contained in:
ITQ
2025-03-01 00:30:20 +03:00
parent ff1d315e2a
commit 666462a1ae
2 changed files with 19 additions and 2 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"build": "vite build",
"lint": "eslint . && tsc -b",
"preview": "vite preview"
},
"dependencies": {