Skip to content

Commit 6da0c72

Browse files
committed
Turn off removeNodeProtocol
1 parent 9a2faef commit 6da0c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rtk-query-codegen-openapi/tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig((options): Options[] => {
1212
target: ['esnext'],
1313
outDir: 'lib',
1414
splitting: false,
15+
removeNodeProtocol: false,
1516
shims: true,
1617
...options,
1718
};

0 commit comments

Comments
 (0)