Making things nicer
This commit is contained in:
@ -5,4 +5,8 @@ import { SvelteKitPWA } from '@vite-pwa/sveltekit';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tailwindcss(), sveltekit(), SvelteKitPWA({registerType: 'autoUpdate', pwaAssets: { config: 'pwa-assets.config.js' }})],
|
||||
server: {
|
||||
allowedHosts: ['budget.caseytimm.com']
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user