We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db49d4b commit bd41723Copy full SHA for bd41723
resources/plugins/preloader.ts
@@ -9,6 +9,7 @@
9
// ensures .env file can handle encrypted variables
10
// and allows for importing .env* files
11
// @ts-expect-error - dtsx does not type this properly yet
12
+// eslint-disable-next-line antfu/no-top-level-await
13
await import('bun-plugin-dotenvx')
14
15
// allows for importing .yaml files
storage/framework/core/buddy/build.ts
@@ -8,7 +8,7 @@ const { startTime } = await intro({
8
const result = await Bun.build({
entrypoints: [
'./src/index.ts',
- './src/cli.ts'
+ './src/cli.ts',
],
outdir: './dist',
0 commit comments