GHHG10's picture
download
raw
470 Bytes
import { solidStart } from "@solidjs/start/config"
import { nitro } from "nitro/vite"
import { defineConfig, type PluginOption } from "vite"
export default defineConfig({
base: "/data/",
plugins: [
solidStart() as PluginOption,
nitro({
compatibilityDate: "2024-09-19",
preset: "cloudflare-module",
cloudflare: {
nodeCompat: true,
},
}),
],
server: {
allowedHosts: true,
},
build: {
minify: false,
},
})

Xet Storage Details

Size:
470 Bytes
·
Xet hash:
0130a8284d69e9ab0d1355017420cd7084b6935b951087371a8a687163f769ea

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.