Skip to content

Commit 42cdd50

Browse files
kouwasisweatybridge
authored andcommitted
fix: Change correct path of gen types script.
1 parent b00c673 commit 42cdd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/gen/types/typescript/typescript.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func Run(ctx context.Context, useLocal bool, useLinked bool, projectId string, d
6262
"PG_META_DB_URL=" + escaped,
6363
}, []string{
6464
"node",
65-
"bin/src/server/app.js",
65+
"dist/server/app.js",
6666
"gen",
6767
"types",
6868
"typescript",
@@ -91,7 +91,7 @@ func Run(ctx context.Context, useLocal bool, useLinked bool, projectId string, d
9191
"PG_META_DB_HOST=" + utils.DbId,
9292
}, []string{
9393
"node",
94-
"bin/src/server/app.js",
94+
"dist/server/app.js",
9595
"gen",
9696
"types",
9797
"typescript",

0 commit comments

Comments
 (0)