Use env instead of env.local

This commit is contained in:
Jon Staab
2025-05-12 08:27:46 -07:00
parent 52ef67740a
commit 317ab57ed2
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {SvelteKitPWA} from "@vite-pwa/sveltekit"
import {sveltekit} from "@sveltejs/kit/vite"
import svg from "@poppanator/sveltekit-svg"
config({path: ".env.local"})
config({path: ".env"})
config({path: ".env.template"})
export default defineConfig({