From c67f11499310e874ac07844cabf4f05719da8aed Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 17 Mar 2024 17:10:46 +0000 Subject: :recycle: Use external templates for generated files. --- priv/templates/entry-with-main.mjs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 priv/templates/entry-with-main.mjs (limited to 'priv/templates/entry-with-main.mjs') 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(); -- cgit v1.2.3