Buckets:
| import { defineConfig, PluginOption } from "vite" | |
| import { solidStart } from "@solidjs/start/config" | |
| import { nitro } from "nitro/vite" | |
| export default defineConfig({ | |
| plugins: [ | |
| solidStart() as PluginOption, | |
| nitro({ | |
| compatibilityDate: "2024-09-19", | |
| preset: "cloudflare_module", | |
| cloudflare: { | |
| nodeCompat: true, | |
| }, | |
| }), | |
| ], | |
| server: { | |
| allowedHosts: true, | |
| }, | |
| build: { | |
| rollupOptions: { | |
| external: ["cloudflare:workers"], | |
| }, | |
| minify: false, | |
| }, | |
| }) | |
Xet Storage Details
- Size:
- 515 Bytes
- Xet hash:
- 98f3fdbc190e2e30687e3bf9e4fcc36d6bb22b1021425d657d5e5f2d265b45cd
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.