Skip to content

Commit 06f98d9

Browse files
committed
ClickHouse package doesn't need to be built anymore for the webapp
1 parent 9e2bda8 commit 06f98d9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

internal-packages/clickhouse/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,15 @@
2525
"db:migrate:down": "GOOSE_COMMAND=down pnpm run db:migrate",
2626
"test": "vitest --sequence.concurrent=false --no-file-parallelism",
2727
"test:coverage": "vitest --sequence.concurrent=false --no-file-parallelism --coverage.enabled"
28+
},
29+
"exports": {
30+
"./package.json": "./package.json",
31+
".": {
32+
"import": {
33+
"@triggerdotdev/source": "./src/index.ts",
34+
"types": "./dist/src/index.d.ts",
35+
"default": "./dist/src/index.js"
36+
}
37+
}
2838
}
29-
}
39+
}

0 commit comments

Comments
 (0)