Skip to content

Commit 19dba64

Browse files
committed
Revert "add zod-oai banner"
This reverts commit 2042270.
1 parent 2042270 commit 19dba64

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/api/build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const commonParams = {
2727
const require = topLevelCreateRequire(import.meta.url);
2828
const __filename = fileURLToPath(import.meta.url);
2929
const __dirname = path.dirname(__filename);
30-
import "zod-openapi/extend";
3130
`.trim(),
3231
}, // Banner for compatibility with CommonJS
3332
}

src/api/esbuild.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const buildOptions = {
3030
const require = topLevelCreateRequire(import.meta.url);
3131
const __filename = fileURLToPath(import.meta.url);
3232
const __dirname = path.dirname(__filename);
33-
import "zod-openapi/extend";
3433
`.trim(),
3534
}, // Banner for compatibility with CommonJS
3635
plugins: [copyStaticFiles({

src/ui/vitest.setup.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import "zod-openapi/extend";
1+
import "zod-openapi/extend"
22
import '@testing-library/jest-dom/vitest';
33
import { vi } from 'vitest';
44

0 commit comments

Comments
 (0)