aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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 fdc091a..828b817 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"private": true,
"type": "module",
"scripts": {
- "dev": "gleam build && vite serve ./test/examples"
+ "dev": "gleam build && vite serve ./examples"
},
"devDependencies": {
"vite": "^4.4.2"