Skip to content

Commit

Permalink
chore: unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 29, 2024
1 parent 6698120 commit 5d83f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/react-server/src/features/bootstrap/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { $__global } from "../../global";
import { createVirtualPlugin } from "../utils/plugin";
import { ENTRY_CLIENT_BOOTSTRAP } from "./plugin";

export const VIRTUAL_SSR_CSS = "virtual:ssr-css.css";
const VIRTUAL_SSR_CSS = "virtual:ssr-css.css";
export const VIRTUAL_COPY_SERVER_CSS = "virtual:copy-server-css.js";

export function vitePluginServerCss({
Expand Down
2 changes: 1 addition & 1 deletion examples/react-server/src/features/bootstrap/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { tinyassert, typedBoolean } from "@hiogawa/utils";
import type { Manifest, PluginOption, ViteDevServer } from "vite";
import { $__global } from "../../global";
import { createVirtualPlugin } from "../utils/plugin";
import { VIRTUAL_COPY_SERVER_CSS, VIRTUAL_SSR_CSS } from "./css";
import { VIRTUAL_COPY_SERVER_CSS } from "./css";

export const ENTRY_CLIENT_BOOTSTRAP = "virtual:entry-client-bootstrap";

Expand Down

0 comments on commit 5d83f61

Please sign in to comment.