File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 ( {
Original file line number Diff line number Diff line change 1- import "zod-openapi/extend" ;
1+ import "zod-openapi/extend"
22import '@testing-library/jest-dom/vitest' ;
33import { vi } from 'vitest' ;
44
You can’t perform that action at this time.
0 commit comments