fix: Fix scripts/watch-node.mjs and use tsdown --watch.
This commit is contained in:
12
tsdown.config.ts
Normal file
12
tsdown.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from 'tsdown'
|
||||
|
||||
export default defineConfig([
|
||||
{
|
||||
entry: 'src/index.ts',
|
||||
platform: 'node',
|
||||
},
|
||||
{
|
||||
entry: 'src/entry.ts',
|
||||
platform: 'node',
|
||||
},
|
||||
])
|
||||
Reference in New Issue
Block a user