Port pwa config over from coracle

This commit is contained in:
Jon Staab
2024-10-22 16:23:54 -07:00
parent 210e358dc5
commit 6870f569b1
13 changed files with 5167 additions and 108 deletions

View File

@@ -1,6 +1,10 @@
import dotenv from "dotenv"
import daisyui from "daisyui"
import themes from "daisyui/src/theming/themes"
dotenv.config({path: ".env.local"})
dotenv.config({path: ".env"})
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
@@ -24,7 +28,7 @@ export default {
{
dark: {
...themes["dark"],
primary: "#7161FF",
primary: process.env.VITE_PLATFORM_ACCENT,
},
},
],