diff options
Diffstat (limited to 'priv/templates/entry-with-main.mjs')
-rw-r--r-- | priv/templates/entry-with-main.mjs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/priv/templates/entry-with-main.mjs b/priv/templates/entry-with-main.mjs new file mode 100644 index 0000000..c0c151c --- /dev/null +++ b/priv/templates/entry-with-main.mjs @@ -0,0 +1,3 @@ +import { main } from "../dev/javascript/{app_name}/{app_name}.mjs"; + +main(); |