Skip to content

Commit 93e1071

Browse files
authored
Merge pull request #27 from get-convex/codex/fix-windows-cli-deploy
[codex] Fix static hosting CLI on Windows
2 parents 188a92a + a03eba8 commit 93e1071

11 files changed

Lines changed: 262 additions & 217 deletions

File tree

dist/cli/commands.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export declare function runConvex(args: string[]): string;
2+
export declare function runConvexAsync(args: string[]): Promise<string>;
3+
export declare function spawnConvex(args: string[]): number | null;
4+
export declare function spawnNpmRun(script: string, env?: NodeJS.ProcessEnv): number | null;
5+
export declare function spawnStaticHostingCli(args: string[]): number | null;
6+
//# sourceMappingURL=commands.d.ts.map

dist/cli/commands.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cli/commands.js

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cli/commands.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cli/deploy.js

Lines changed: 26 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)