When running ntl dev locally in a SvelteKit application, the CSS bundle 404s and does not apply any CSS to the application. (See screenshot)
Steps to reproduce
Have a SvelteKit app locally or create a new sveltekit app npm create svelte and follow prompts to install deps.
a. Choose demo app from CLI if creating a new app to see CSS applied
Run ntl dev, port should open to localhost://8888, but no CSS is applied.
Describe the bug
When running
ntl dev
locally in a SvelteKit application, the CSS bundle 404s and does not apply any CSS to the application. (See screenshot)Steps to reproduce
npm create svelte
and follow prompts to install deps. a. Choose demo app from CLI if creating a new app to see CSS appliedntl dev
, port should open to localhost://8888, but no CSS is applied.Configuration
Environment