Skip to content

Commit a35401f

Browse files
committed
fix
1 parent cecd255 commit a35401f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/api/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
import esbuild from "esbuild";
23
import { resolve } from "path";
34
import { copy } from "esbuild-plugin-copy";

src/api/warmer/lambda.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
import {
23
LambdaClient,
34
InvokeCommand,

0 commit comments

Comments
 (0)