summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-03-01 10:51:06 -0800
committerMichael Hunteman <michael@huntm.net>2024-03-01 10:55:19 -0800
commit4ce3be9349b3a19bbc99b7bf783eafeec040b2f7 (patch)
tree110714e10aac71fcb8cd813f56f3cca1ea05e0cd /package.json
parent4acea48076f6f90267fea85c937a3fe79609270c (diff)
Update formatting on forms
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1e340d2..0156564 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
- "dev": "vite",
+ "dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"