ioc implemented

This commit is contained in:
iPromKnight
2024-02-07 11:12:10 +00:00
committed by iPromKnight
parent b95f433315
commit 5ebb9b4ae8
22 changed files with 653 additions and 474 deletions

View File

@@ -13,7 +13,7 @@ try {
build({
bundle: true,
entryPoints: [
"./src/index.ts",
"./src/main.ts",
],
external: [...(devDependencies && Object.keys(devDependencies))],
keepNames: true,