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