diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-17 17:10:46 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-17 17:10:46 +0000 |
commit | c67f11499310e874ac07844cabf4f05719da8aed (patch) | |
tree | 61178c79be2d8e6f4daf1d6b9df685e24c306e52 /priv/templates/entry-with-main.mjs | |
parent | eb73e7622252e130095d41c0e901feba48ecfaf7 (diff) | |
download | lustre-c67f11499310e874ac07844cabf4f05719da8aed.tar.gz lustre-c67f11499310e874ac07844cabf4f05719da8aed.zip |
:recycle: Use external templates for generated files.
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(); |