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