aboutsummaryrefslogtreecommitdiff
path: root/priv/templates/entry-with-start.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/entry-with-start.mjs')
-rw-r--r--priv/templates/entry-with-start.mjs4
1 files changed, 0 insertions, 4 deletions
diff --git a/priv/templates/entry-with-start.mjs b/priv/templates/entry-with-start.mjs
deleted file mode 100644
index 785cf0f..0000000
--- a/priv/templates/entry-with-start.mjs
+++ /dev/null
@@ -1,4 +0,0 @@
-import { start } from "../dev/javascript/lustre/lustre.mjs";
-import { main } from "../dev/javascript/{app_name}/{app_name}.mjs";
-
-start(main(), "#app", undefined);