We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2ced3 commit f968a6cCopy full SHA for f968a6c
packages/@apphosting/common/src/index.ts
@@ -52,7 +52,7 @@ export interface ApphostingConfig {
52
outputFiles?: OutputFiles;
53
}
54
55
-export interface ApphostingRunConfig{
+export interface ApphostingRunConfig {
56
minInstances?: number;
57
maxInstances?: number;
58
concurrency?: number;
@@ -94,7 +94,6 @@ export enum Availability {
94
Build = "BUILD",
95
96
97
-
98
// Options to configure the build of a framework application
99
export interface BuildOptions {
100
// command to run build script (e.g. "npm", "nx", etc.)
0 commit comments