mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update theme again
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{{! Import VitePWA only if 'pwa' addon is selected }}
|
||||
{{#if (includes addons "pwa")}}
|
||||
import { VitePWA } from "vite-plugin-pwa";
|
||||
{{/if}}
|
||||
@@ -13,7 +12,6 @@ export default defineConfig({
|
||||
tailwindcss(),
|
||||
TanStackRouterVite({}),
|
||||
react(),
|
||||
{{! Add VitePWA plugin config only if 'pwa' addon is selected }}
|
||||
{{#if (includes addons "pwa")}}
|
||||
VitePWA({
|
||||
registerType: "autoUpdate",
|
||||
|
||||
Reference in New Issue
Block a user