Compare commits

..

2 Commits

Author SHA1 Message Date
5693701aa5 Merge remote-tracking branch 'origin/dev'
All checks were successful
Build and Push Docker Image / build (push) Successful in 44s
2025-11-19 22:00:26 +03:00
Виталий Лавшонок
a5016b23bb build config 2025-11-19 21:59:07 +03:00

View File

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