Move from .env to .env.local

This commit is contained in:
Jon Staab
2026-03-06 13:58:03 -08:00
parent e6b291cc68
commit 16c6015919
6 changed files with 8 additions and 6 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"})
config({path: ".env.local"})
config({path: ".env.template"})
export default defineConfig({