Skip to content

Commit 13065aa

Browse files
authored
Merge pull request #198 from proofgeist/t3code/optional-typegen-peers
2 parents 3239cde + 0b23627 commit 13065aa

4 files changed

Lines changed: 1055 additions & 10 deletions

File tree

.changeset/clean-suns-matter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
"@proofkit/typegen": patch
23
---
34

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"husky": "^9.1.7",
2828
"knip": "^5.80.2",
2929
"lint-staged": "^16.2.7",
30+
"textlint": "^15.5.2",
3031
"turbo": "^2.8.19",
3132
"typescript": "^5.9.3",
3233
"ultracite": "7.0.8",

packages/typegen/src/fmodata/downloadMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { FMServerConnection } from "@proofkit/fmodata";
21
import type { z } from "zod/v4";
32
import { getEnvValues, validateEnvValues } from "../getEnvValues";
43
import type { typegenConfigSingle } from "../types";
@@ -34,6 +33,7 @@ export async function downloadTableMetadata({
3433
}
3534

3635
const { server, db, auth } = validationResult;
36+
const { FMServerConnection } = await import("@proofkit/fmodata");
3737

3838
// Create connection based on authentication method
3939
const connection = new FMServerConnection({

0 commit comments

Comments
 (0)