This is a test repository for DDEV automated testing of Sveltekit Node.js
ddev config --webserver-type=generic --project-type=generic
ddev exec "npx sv create --template=demo --types=ts --no-add-ons . --no-add-ons --no-install"
; when it prompts " Directory not empty. Continue?", choose Yes.svelte.config.js
adds the node adapter for webservervite.config.js
tells it to run on port 3000 and allow all hostnames.ddev npm i @sveltejs/adapter-node
ddev npm run build
config.extras.yaml
sets up the web_extra_daemons
and web_extra_exposed_ports
node build
inside container