This commit is contained in:
weboko 2023-02-02 00:45:53 +01:00
parent fbde0f5cae
commit 9dcfb7c06c
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ const output = {
const rollupConfig = {
input: {
index: `${output.path}/dist/index.js`,
index: `${output.path}/index.ts`,
},
output: {
dir: "bundle",