get ngrok preview to work + remove some @todo's
This commit is contained in:
parent
47eb2da5b3
commit
9ffb3cf283
4 changed files with 15 additions and 8 deletions
|
|
@ -3,4 +3,9 @@ import tailwindcss from '@tailwindcss/vite';
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({ plugins: [tailwindcss(), sveltekit(), devtoolsJson()] });
|
||||
export default defineConfig({
|
||||
plugins: [tailwindcss(), sveltekit(), devtoolsJson()],
|
||||
server: {
|
||||
allowedHosts: ['.ngrok-free.dev']
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue