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 5a2bc2b commit 39a1dadCopy full SHA for 39a1dad
test.ts
@@ -1,14 +1,10 @@
1
-import { dynamoDb } from './dist'
+import { dynamoDb } from './dist/'
2
3
-// eslint-disable-next-line no-console
4
console.log('Starting DynamoDB on port 8000')
5
6
const port = 8000
7
// if you want to share with Bun Shell
8
-// eslint-disable-next-line antfu/no-top-level-await
9
const dd = await dynamoDb.launch()
10
11
12
console.log('dd', dd)
13
14
console.log(`DynamoDB started on port ${port}`)
0 commit comments