Adding features
This commit is contained in:
parent
600fef2b7c
commit
2b55ca4104
75 changed files with 9796 additions and 2759 deletions
|
|
@ -3,6 +3,11 @@ export default defineNuxtConfig({
|
|||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: true },
|
||||
modules: ["@nuxt/eslint", "@nuxt/ui", "@nuxtjs/plausible"],
|
||||
ui: {
|
||||
theme: {
|
||||
colors: ['primary', 'neutral', 'ghost', 'whisper', 'sparkle']
|
||||
}
|
||||
},
|
||||
build: {
|
||||
transpile: ['vue-cal']
|
||||
},
|
||||
|
|
@ -16,6 +21,9 @@ export default defineNuxtConfig({
|
|||
jwtSecret: process.env.JWT_SECRET || 'dev-secret-change-in-production',
|
||||
resendApiKey: process.env.RESEND_API_KEY || '',
|
||||
helcimApiToken: process.env.HELCIM_API_TOKEN || '',
|
||||
slackBotToken: process.env.SLACK_BOT_TOKEN || '',
|
||||
slackSigningSecret: process.env.SLACK_SIGNING_SECRET || '',
|
||||
slackVettingChannelId: process.env.SLACK_VETTING_CHANNEL_ID || '',
|
||||
|
||||
// Public keys (available on client-side)
|
||||
public: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue