aboutsummaryrefslogtreecommitdiff
path: root/compat/lustre_animation/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'compat/lustre_animation/package.json')
-rw-r--r--compat/lustre_animation/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/compat/lustre_animation/package.json b/compat/lustre_animation/package.json
new file mode 100644
index 0000000..a0831d3
--- /dev/null
+++ b/compat/lustre_animation/package.json
@@ -0,0 +1,9 @@
+{
+ "scripts": {
+ "dev": "gleam build && vite",
+ "build": "gleam build && vite build"
+ },
+ "devDependencies": {
+ "vite": "^4.4.9"
+ }
+}