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 56e59d9 commit 38398f9Copy full SHA for 38398f9
src/utils/localstack-status.ts
@@ -50,6 +50,7 @@ export async function createLocalStackStatusTracker(
50
51
return {
52
status() {
53
+ // biome-ignore lint/style/noNonNullAssertion: false positive
54
return status!;
55
},
56
onChange(callback) {
src/utils/setup-status.ts
@@ -35,6 +35,7 @@ export async function createSetupStatusTracker(
35
36
37
38
39
40
41
0 commit comments