docs: added plugins docs, updated cloudflare docs

This commit is contained in:
dswbx
2025-08-29 08:35:56 +02:00
parent 9436b8bac5
commit 1fdfcf02b8
7 changed files with 341 additions and 79 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { resolve } from "node:path";
* Vite plugin that provides Node.js filesystem access during development
* by injecting a polyfill into the SSR environment
*/
export function devFsPlugin({
export function devFsVitePlugin({
verbose = false,
configFile = "bknd.config.ts",
}: {