Current section

Files

Jump to
novdom_dev_tools priv template entry-with-start.mjs
Raw

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);