Fix env conventions again

This commit is contained in:
Jon Staab
2026-04-02 14:00:07 -07:00
parent dc46b42cb6
commit 8710043a02
8 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {sveltekit} from "@sveltejs/kit/vite"
import svg from "@poppanator/sveltekit-svg"
config({path: ".env.local"})
config({path: ".env.template"})
config({path: ".env"})
export default defineConfig({
server: {