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
@@ -3,7 +3,7 @@ import daisyui from "daisyui"
import themes from "daisyui/src/theming/themes"
config({path: ".env.local"})
config({path: ".env"})
config({path: ".env.template"})
/** @type {import('tailwindcss').Config} */
export default {