diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 6bd739c..fdc091a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,9 @@ { "private": true, + "type": "module", + "scripts": { + "dev": "gleam build && vite serve ./test/examples" + }, "devDependencies": { "vite": "^4.4.2" } |