update
This commit is contained in:
@@ -22,6 +22,7 @@ export default defineNuxtConfig({
|
||||
"@nuxt/fonts",
|
||||
"@nuxt/eslint",
|
||||
"@vueuse/nuxt",
|
||||
// removed @nuxtjs/supabase (using custom pg auth and APIs)
|
||||
"@nuxtjs/robots",
|
||||
// "@nuxtjs/seo",
|
||||
"@nuxtjs/sitemap",
|
||||
@@ -96,6 +97,14 @@ export default defineNuxtConfig({
|
||||
strict: true,
|
||||
},
|
||||
|
||||
runtimeConfig: {
|
||||
public: {},
|
||||
// Private server-only settings
|
||||
databaseUrl: process.env.DATABASE_URL || "",
|
||||
jwtSecret: process.env.JWT_SECRET || "",
|
||||
// legacy supabase service role no longer used
|
||||
},
|
||||
|
||||
postcss: {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
|
||||
Reference in New Issue
Block a user