Move default env to env.template, fix notifier relay/pubkey

This commit is contained in:
Jon Staab
2025-05-12 08:27:07 -07:00
parent 68ebd32e15
commit 52ef67740a
6 changed files with 9 additions and 8 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"})
config({path: ".env.template"})
export default defineConfig({
server: {