feat: pi extension

This commit is contained in:
Dustin Byrne
2026-03-28 22:14:40 -04:00
parent 51c4afdcae
commit 2d13b82d7c
12 changed files with 915 additions and 216 deletions

View File

@@ -8,7 +8,7 @@ const dashboardClientSrc = join(__dirname, "..", "dashboard", "dist", "client");
const dashboardClientDest = join(__dirname, "dist", "client");
export default defineConfig({
entry: ["src/bin.ts"],
entry: ["src/bin.ts", "src/extension.ts"],
format: ["esm"],
platform: "node",
target: "node22",