Skip to content

Commit 582ce75

Browse files
committed
feat: add userscript for coretax
1 parent 422e08b commit 582ce75

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vite.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,16 @@ export default defineConfig({
2424
match: ["https://www.notion.so/*"],
2525
},
2626
}),
27+
monkey({
28+
entry: "src/coretax/main.ts",
29+
build: {
30+
fileName: "coretax.user.js",
31+
},
32+
userscript: {
33+
name: "Coretax Enhance",
34+
namespace: "npm/vite-plugin-monkey",
35+
match: ["https://coretaxdjp.pajak.go.id/*"],
36+
},
37+
}),
2738
],
2839
});

0 commit comments

Comments
 (0)