1
0
forked from noxious/client

fix for jetbrains code with me

This commit is contained in:
Dennis Postma 2024-05-31 20:54:28 +02:00
parent 1c3e5769fd
commit 9c4bbe5d09

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite --host 0.0.0.0",
"build": "run-p type-check \"build-only {@}\" --", "build": "run-p type-check \"build-only {@}\" --",
"build-ntc": "run-p \"build-only {@}\" --", "build-ntc": "run-p \"build-only {@}\" --",
"preview": "vite preview", "preview": "vite preview",