[AI] api: simplify bundling by removing loot-core type inlining (#7209)

This commit is contained in:
Matiss Janis Aboltins
2026-03-15 20:07:36 +00:00
committed by GitHub
parent f5a62627f0
commit 8a3db77cff
3 changed files with 7 additions and 61 deletions

View File

@@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "@types/index.d.ts",
"scripts": {
"build": "yarn workspace @actual-app/core exec tsgo && vite build && node scripts/inline-loot-core-types.mjs",
"build": "vite build",
"test": "vitest --run",
"typecheck": "tsgo -b && tsc-strict"
},