We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03df750 commit 17d526aCopy full SHA for 17d526a
2 files changed
.gitignore
@@ -4,5 +4,7 @@ dist
4
*.db
5
packages/bizi-*/bin/*
6
!packages/bizi-*/bin/.gitkeep
7
+apps/tui/packages/bizi-*/bin/*
8
+!apps/tui/packages/bizi-*/bin/.gitkeep
9
10
.DS_Store
apps/tui/scripts/build.ts
@@ -13,7 +13,7 @@ interface TargetConfig {
13
14
const targetConfigs: TargetConfig[] = [
15
{
16
- id: "darwin-arm64",
+ id: 'darwin-arm64',
17
bunTarget: "bun-darwin-arm64",
18
openTuiCorePackage: "@opentui/core-darwin-arm64",
19
outputPath: "../packages/bizi-darwin-arm64/bin/bizi",
0 commit comments