summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-11 16:38:36 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-11 16:38:36 -0700
commit9db4283a20d4ea751d21a8f04a49d3d95d527ac5 (patch)
tree5e44a85395953c621dc1043cfa56d84044022c26 /package.json
parent609338de80de82143f07107e3dfbb5f55f22e6e7 (diff)
downloadcompiling-the-lambda-calculus-9db4283a20d4ea751d21a8f04a49d3d95d527ac5.tar.gz
compiling-the-lambda-calculus-9db4283a20d4ea751d21a8f04a49d3d95d527ac5.zip
updates
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 06fd628..cf867cd 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"scripts": {
- "start": "vite",
+ "start": "vite --host",
"serve": "vite",
"build": "tsc && vite build"
},