Skip to content

Commit

Permalink
Change: Schemaをexportから外す
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
  • Loading branch information
sevenc-nanashi and Hiroshiba authored Dec 31, 2024
1 parent 4669b40 commit a9bfb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/browser/fakePath.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { z } from "zod";
import { uuid4 } from "@/helpers/random";

export const fakePathSchema = z
const fakePathSchema = z
.string()
.regex(/^<browser-dummy-[0-9a-f]+>-.+$/)
.brand("FakePath");
Expand Down

0 comments on commit a9bfb8a

Please sign in to comment.