Making things nicer

This commit is contained in:
2025-08-01 10:18:29 -04:00
parent 416ef3bc37
commit 7ca5f67c1b
11 changed files with 300 additions and 258 deletions

View File

@ -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']
}
});