Skip to content

Commit

Permalink
style(stacks.api): format styling
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Aug 26, 2023
1 parent 6387e7f commit 639a987
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/stacks/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import {
type Stage as ConfigStage,
} from '@crisiscleanup/config'
import { App } from 'aws-cdk-lib'
import { KubePrometheusStackAddOn, RedisStackAddOn } from './addons'
import {
KubePrometheusStackAddOn,
RedisStackAddOn,
ARCScaleSet,
ARCScaleSetController,
RedisStackAddOn,
ScaleSetContainer,
} from './addons'
import { Pipeline } from './pipeline'
Expand Down Expand Up @@ -97,8 +97,9 @@ const pipeline = Pipeline.builder({
'ghcr.io/actions/actions-runner:2.308.0',
[ScaleSetContainer.DIND]: 'docker:dind',
},
}),)
.addOns(new KubePrometheusStackAddOn()),
}),
)
.addOns(new KubePrometheusStackAddOn()),
config: config.$env!.production as unknown as CrisisCleanupConfig,
secretsProvider: prodSecretsProvider,
})
Expand Down

0 comments on commit 639a987

Please sign in to comment.