Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/remove-noexternal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"perstack": patch
---

Remove unnecessary noExternal from tsup config
2 changes: 0 additions & 2 deletions apps/perstack/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export const cliConfig: Options = {
"bin/cli": "bin/cli.ts",
"src/start": "src/start.ts",
},
// Bundle private packages that won't be published to npm
noExternal: ["@perstack/tui-components", "@perstack/filesystem-storage"],
}

export default defineConfig(cliConfig)