Skip to content

Commit f968a6c

Browse files
committed
lint
1 parent ca2ced3 commit f968a6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/@apphosting/common/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface ApphostingConfig {
5252
outputFiles?: OutputFiles;
5353
}
5454

55-
export interface ApphostingRunConfig{
55+
export interface ApphostingRunConfig {
5656
minInstances?: number;
5757
maxInstances?: number;
5858
concurrency?: number;
@@ -94,7 +94,6 @@ export enum Availability {
9494
Build = "BUILD",
9595
}
9696

97-
9897
// Options to configure the build of a framework application
9998
export interface BuildOptions {
10099
// command to run build script (e.g. "npm", "nx", etc.)

0 commit comments

Comments
 (0)