File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
vite-plugin-cloudflare/playground/node-env Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1111 "preview" : " vite preview"
1212 },
1313 "dependencies" : {
14- "react" : " ^ 19.1.0" ,
15- "react-dom" : " ^ 19.1.0"
14+ "react" : " 19.1.0" ,
15+ "react-dom" : " 19.1.0"
1616 },
1717 "devDependencies" : {
1818 "@cloudflare/vite-plugin" : " workspace:*" ,
1919 "@cloudflare/workers-tsconfig" : " workspace:*" ,
2020 "@cloudflare/workers-types" : " catalog:default" ,
21- "@types/react" : " ^ 19.1.0" ,
22- "@types/react-dom" : " ^ 19.1.1" ,
21+ "@types/react" : " 19.1.0" ,
22+ "@types/react-dom" : " 19.1.1" ,
2323 "typescript" : " catalog:default" ,
2424 "vite" : " catalog:vite-plugin" ,
2525 "wrangler" : " workspace:*"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import { logger } from "./logger";
1515import { mergeWithOverride } from "./utils/mergeWithOverride" ;
1616import { getHostFromRoute } from "./zones" ;
1717import type { Trigger } from "./api" ;
18- import type { EventName } from "chokidar/handler.js" ;
1918import type { EnablePagesAssetsServiceBindingOptions } from "./miniflare-cli/types" ;
2019import type {
2120 CfD1Database ,
@@ -32,6 +31,7 @@ import type {
3231 Route ,
3332 Rule ,
3433} from "@cloudflare/workers-utils" ;
34+ import type { EventName } from "chokidar/handler.js" ;
3535import type { Json } from "miniflare" ;
3636
3737export const dev = createCommand ( {
@@ -681,7 +681,7 @@ export function getBindings(
681681}
682682
683683export function getAssetChangeMessage (
684- eventName : EventName ,
684+ eventName : EventName ,
685685 assetPath : string
686686) : string {
687687 let message = `${ assetPath } changed` ;
You can’t perform that action at this time.
0 commit comments