refactor: to node action
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from "rolldown";
|
||||
|
||||
export default defineConfig({
|
||||
input: "src/index.ts",
|
||||
platform: "node",
|
||||
tsconfig: "./tsconfig.json",
|
||||
output: {
|
||||
file: "dist/index.js",
|
||||
format: "cjs",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user