summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/app.config.ts
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-11-22 23:39:25 +0800
committerGitHub <[email protected]>2025-11-22 10:39:25 -0500
commit85d99198b541cfdb51a53806db2fe9d3b7f2cd25 (patch)
tree0a5cf93c9267d3764c88b6090f9c4b8b8509e10e /packages/console/app/app.config.ts
parent7f183f7404514f6533be6d4ff1705acd0b73a8c6 (diff)
downloadopencode-85d99198b541cfdb51a53806db2fe9d3b7f2cd25.tar.gz
opencode-85d99198b541cfdb51a53806db2fe9d3b7f2cd25.zip
Use devinxi-ed Solid Start (#4635)
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Dax Raad <[email protected]>
Diffstat (limited to 'packages/console/app/app.config.ts')
-rw-r--r--packages/console/app/app.config.ts23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/console/app/app.config.ts b/packages/console/app/app.config.ts
deleted file mode 100644
index af013bc81..000000000
--- a/packages/console/app/app.config.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-import { defineConfig } from "@solidjs/start/config"
-
-export default defineConfig({
- middleware: "./src/middleware.ts",
- vite: {
- server: {
- allowedHosts: true,
- },
- build: {
- rollupOptions: {
- external: ["cloudflare:workers"],
- },
- minify: false,
- },
- },
- server: {
- compatibilityDate: "2024-09-19",
- preset: "cloudflare_module",
- cloudflare: {
- nodeCompat: true,
- },
- },
-})