mirror of
https://github.com/placeholder-soft/Babylong.git
synced 2026-01-12 07:04:11 +08:00
chore: update lock
This commit is contained in:
9703
pnpm-lock.yaml
generated
9703
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,21 +1,24 @@
|
||||
import react from "@vitejs/plugin-react-swc"
|
||||
import { defineConfig } from "vite"
|
||||
import CloudflarePagesFunctions from "vite-plugin-cloudflare-functions"
|
||||
import { nodePolyfills } from "vite-plugin-node-polyfills"
|
||||
import svgr from "vite-plugin-svgr"
|
||||
import CloudflarePagesFunctions from "vite-plugin-cloudflare-functions"
|
||||
import type { Plugin } from 'vite'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react(), svgr(), nodePolyfills(), CloudflarePagesFunctions({
|
||||
root: "./functions",
|
||||
outDir: undefined,
|
||||
dts: "./cloudflare.d.ts",
|
||||
wrangler: {
|
||||
log: true,
|
||||
kv: ["satlayer_hackathon_tokens"],
|
||||
},
|
||||
})
|
||||
plugins: [
|
||||
react(),
|
||||
svgr(),
|
||||
nodePolyfills(),
|
||||
CloudflarePagesFunctions({
|
||||
root: "./functions",
|
||||
outDir: undefined,
|
||||
dts: "./cloudflare.d.ts",
|
||||
wrangler: {
|
||||
log: true,
|
||||
kv: ["satlayer_hackathon_tokens"],
|
||||
},
|
||||
}),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user