fix runfile

This commit is contained in:
mbecker20
2024-01-07 14:17:49 -08:00
parent 219a914cb1
commit 5925cf5cc9
+2 -2
View File
@@ -1,4 +1,4 @@
[gen-ts-types]
description = "generates typescript types for the ts client"
path = "client/ts"
cmd = "node ./generate_types.mjs"
path = "."
cmd = "node ./client/ts/generate_types.mjs"