- localdev run ile çalıştırma hatası

- Dosya kapama ikramiye seçim listesi hatası
This commit is contained in:
M. Bestami
2025-10-02 11:15:36 +03:00
parent 6e2f77f576
commit 07c73d39db
3 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"localdev": "vite",
"localdev": "vite --mode localdev",
"build": "run-p type-check \"build-only {@}\" --",
"buildtest": "run-p type-check \"build-only-test {@}\" --",
"preview": "vite preview",