Current section
Files
Jump to
Current section
Files
priv/template/entry-with-start.mjs
import { start } from "../dev/javascript/lustre/lustre.mjs";
import { main } from "../dev/javascript/{app_name}/{app_name}.mjs";
start(main(), "#app", undefined);