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 edb3476 commit 5a2bc2bCopy full SHA for 5a2bc2b
build.ts
@@ -1,5 +1,5 @@
1
import process from 'node:process'
2
-import dts from 'bun-plugin-dts-auto'
+import { dts } from 'bun-plugin-dts-auto'
3
4
console.log('Building...')
5
pkgx.yaml
@@ -1,4 +1,4 @@
dependencies:
aws.amazon.com/cli: ^2.15.30
- bun.sh: ^1.1.30
+ bun.sh: ^1.1.29
openjdk.org: ^21.0.3.6
src/dynamodb.ts
@@ -86,7 +86,7 @@ export const dynamoDb = {
86
const jarExists = await exists(jarPath)
87
if (jarExists) return
88
89
- debug('Installing DynamoDB Local...')
+ console.log('Installing DynamoDB locally...')
90
const downloadUrl = config.downloadUrl
91
await new Promise((resolve, reject) => {
92
https
0 commit comments