Skip to content

Commit 55dde28

Browse files
chore: leftovers
1 parent 321e9f5 commit 55dde28

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

packages/dev-utils/tsdown.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ export default defineConfig([
1111
dts: true,
1212
watch: argv.includes('--watch'),
1313
platform: 'node',
14-
bundle: true,
1514
},
1615
])

packages/dev/tsdown.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ export default defineConfig([
1111
dts: true,
1212
watch: argv.includes('--watch'),
1313
platform: 'node',
14-
bundle: true,
1514
},
1615
])

packages/edge-functions/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default defineConfig([
3838
dts: true,
3939
watch: argv.includes('--watch'),
4040
platform: 'node',
41-
bundle: true,
41+
4242

4343
// Using a custom function to copy the contents of the `deno` directory and
4444
// preserve the original structure, so that the relative path to the worker

packages/functions/tsdown.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default defineConfig([
1111
dts: true,
1212
watch: argv.includes('--watch'),
1313
platform: 'node',
14-
bundle: true,
1514
},
1615
{
1716
clean: true,
@@ -21,6 +20,6 @@ export default defineConfig([
2120
dts: true,
2221
watch: argv.includes('--watch'),
2322
platform: 'node',
24-
publicDir: 'dev/runtimes/nodejs',
23+
copy: 'dev/runtimes/nodejs',
2524
},
2625
])

packages/runtime-utils/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default defineConfig([
1111
dts: true,
1212
watch: argv.includes('--watch'),
1313
platform: 'node',
14-
bundle: true,
14+
1515
},
1616
])

packages/runtime/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default defineConfig([
1111
dts: true,
1212
watch: argv.includes('--watch'),
1313
platform: 'node',
14-
bundle: true,
14+
1515
},
1616
])

0 commit comments

Comments
 (0)