This is a test repository for DDEV automated testing of Sveltekit Node.js
ddev config --webserver-type=generic --project-type=genericddev 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-nodeddev npm run buildconfig.extras.yaml sets up the web_extra_daemons and web_extra_exposed_portsnode build inside container