chore: updated astro config
860fdd7c
1 file(s) · +19 −0
| 55 | 55 | }, |
|
| 56 | 56 | extensions: [".mjs", ".js", ".ts", ".jsx", ".tsx", ".json", ".astro"], |
|
| 57 | 57 | }, |
|
| 58 | + | ssr: { |
|
| 59 | + | external: [ |
|
| 60 | + | "node:path", |
|
| 61 | + | "node:fs", |
|
| 62 | + | "node:fs/promises", |
|
| 63 | + | "node:url", |
|
| 64 | + | "node:http2", |
|
| 65 | + | "node:buffer", |
|
| 66 | + | "node:crypto", |
|
| 67 | + | "path", |
|
| 68 | + | "fs", |
|
| 69 | + | "url", |
|
| 70 | + | "os", |
|
| 71 | + | "child_process", |
|
| 72 | + | "crypto", |
|
| 73 | + | "tty", |
|
| 74 | + | "worker_threads", |
|
| 75 | + | ], |
|
| 76 | + | }, |
|
| 58 | 77 | }, |
|
| 59 | 78 | output: "static", |
|
| 60 | 79 | adapter: cloudflare(), |