Use env instead of env.local

This commit is contained in:
Jon Staab
2025-05-12 08:27:46 -07:00
parent 52ef67740a
commit 317ab57ed2
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import {config} from "dotenv"
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} */