Skip to content

Commit bd41723

Browse files
committed
chore: lint
1 parent db49d4b commit bd41723

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/plugins/preloader.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// ensures .env file can handle encrypted variables
1010
// and allows for importing .env* files
1111
// @ts-expect-error - dtsx does not type this properly yet
12+
// eslint-disable-next-line antfu/no-top-level-await
1213
await import('bun-plugin-dotenvx')
1314

1415
// allows for importing .yaml files

storage/framework/core/buddy/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { startTime } = await intro({
88
const result = await Bun.build({
99
entrypoints: [
1010
'./src/index.ts',
11-
'./src/cli.ts'
11+
'./src/cli.ts',
1212
],
1313

1414
outdir: './dist',

0 commit comments

Comments
 (0)