This is to try to understand CJS/ESM interoperability.
This repo has been created with:
npm create svelte@latest sveltekit-luxon
npm i
npm add cron-parser
npm add luxon
# adapt routes/+page.svelte
To run in dev mode
npm run dev
To run in preview
npm run build
npm run preview
To run production code
npm run build
node build