Move from .env to .env.local

This commit is contained in:
Jon Staab
2026-03-06 13:58:03 -08:00
parent 65fa93d853
commit 837e4bc537
6 changed files with 8 additions and 6 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"})
config({path: ".env.local"})
config({path: ".env.template"})
/** @type {import('tailwindcss').Config} */