Skip to content

Commit 0d42878

Browse files
committed
Add require path
1 parent 7853929 commit 0d42878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const BbPromise = require("bluebird");
44
const AWS = require("aws-sdk");
55
const dynamodbLocal = require("dynamodb-localhost");
66
const seeder = require("./src/seeder");
7+
const path = require('path');
78

89
class ServerlessDynamodbLocal {
910
constructor(serverless, options) {

0 commit comments

Comments
 (0)