mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
feat(new tool): curl converter
Generate curl version for common coding languages Fix #830
This commit is contained in:
parent
b430baef40
commit
02593d869a
9 changed files with 394 additions and 10 deletions
|
@ -113,4 +113,11 @@ export default defineConfig({
|
|||
build: {
|
||||
target: 'esnext',
|
||||
},
|
||||
optimizeDeps: {
|
||||
esbuildOptions: {
|
||||
supported: {
|
||||
'top-level-await': true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue