@builder.io/dev-tools 1.6.37-dev.202505072004.94c91702 → 1.6.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular/index.cjs +1 -46
- package/angular/index.mjs +1 -21
- package/cli/index.cjs +3414 -105047
- package/cli/index.cjs.map +4 -4
- package/core/index.cjs +820 -13625
- package/core/index.mjs +820 -13615
- package/figma/index.cjs +1 -39
- package/figma/index.mjs +1 -19
- package/node/index.cjs +105 -25304
- package/node/index.mjs +105 -25308
- package/package.json +1 -1
- package/remix/build.cjs +1 -132
- package/remix/index.mjs +1 -113
- package/server/index.cjs +1372 -15003
- package/server/index.mjs +1371 -14995
- package/types/cli/launch.d.ts +0 -4
- package/types/tsconfig.tsbuildinfo +1 -1
- package/vite/index.cjs +3 -153
- package/vite/index.mjs +3 -119
- package/webpack/index.cjs +27 -2883
- package/webpack/index.mjs +27 -2871
package/types/cli/launch.d.ts
CHANGED
|
@@ -4,10 +4,6 @@ import type { CLIArgs } from "./index";
|
|
|
4
4
|
* Large random-ish port number that is unlikely to be used
|
|
5
5
|
*/
|
|
6
6
|
export declare const PROXY_PORT = 48752;
|
|
7
|
-
/**
|
|
8
|
-
* Maximum number of attempts to generate PR description
|
|
9
|
-
*/
|
|
10
|
-
export declare const MAX_PR_CONTENT_ATTEMPTS = 2;
|
|
11
7
|
export interface LaunchArgs extends CLIArgs {
|
|
12
8
|
cwdAgent?: string;
|
|
13
9
|
/** Fusion project ID */
|