File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
packages/wrangler/src/autoconfig/frameworks Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { brandColor , dim } from "@cloudflare/cli/colors" ;
22import { installPackages } from "../c3-vendor/packages" ;
3- import { transformViteConfig } from "./utils" ;
3+ import { transformViteConfig } from "./utils/vite-config " ;
44import { Framework } from "." ;
55import type { ConfigurationOptions , ConfigurationResults } from "." ;
66
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { installPackages } from "../c3-vendor/packages";
33import {
44 checkIfViteConfigUsesCloudflarePlugin ,
55 transformViteConfig ,
6- } from "./utils" ;
6+ } from "./utils/vite-config " ;
77import { Framework } from "." ;
88import type { ConfigurationOptions , ConfigurationResults } from "." ;
99
You can’t perform that action at this time.
0 commit comments