hopefully fix
All checks were successful
CI/CD Pipeline / Build and Push App Docker Image (push) Successful in 1m16s
CI/CD Pipeline / Build and Push PocketBase Docker Image (push) Successful in 6s
CI/CD Pipeline / Deploy to Kubernetes (push) Successful in 43s

This commit is contained in:
yohlo
2026-02-09 00:06:47 -06:00
parent b209bbf4ef
commit 2326693bfb

View File

@@ -8,6 +8,9 @@ export default defineConfig({
port: 3000,
allowedHosts: ["dev.flexxon.app", "flexxon.app"]
},
ssr: {
noExternal: true,
},
plugins: [
tsConfigPaths({
projects: ['./tsconfig.json'],