Merge branch 'main' into sandboxed

This commit is contained in:
Philipinho
2026-08-19 22:14:50 +01:00
30 changed files with 433 additions and 326 deletions
+2 -1
View File
@@ -16,6 +16,7 @@ export default defineConfig(({ mode }) => {
BILLING_TRIAL_DAYS,
POSTHOG_HOST,
POSTHOG_KEY,
AI_VECTOR_DRIVER,
BETA_CONFLUENCE_IMPORTER,
} = loadEnv(mode, envPath, "");
@@ -32,6 +33,7 @@ export default defineConfig(({ mode }) => {
BILLING_TRIAL_DAYS,
POSTHOG_HOST,
POSTHOG_KEY,
AI_VECTOR_DRIVER,
BETA_CONFLUENCE_IMPORTER
},
APP_VERSION: JSON.stringify(process.env.npm_package_version),
@@ -57,7 +59,6 @@ export default defineConfig(({ mode }) => {
},
},
server: {
allowedHosts: ['docmost.nz'],
proxy: {
"/api": {
target: APP_URL,