Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 5f601cb

Browse files
test: using .serverless_plugins ince file:../ doesnt work properly
1 parent 37147e8 commit 5f601cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const plugin = require('../../../index');
2+
module.exports = plugin;

integration/app-with-serverless-offline/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"author": "Daniel Conde <[email protected]>",
88
"license": "ISC",
99
"devDependencies": {
10-
"serverless-offline": "^4.9.0",
11-
"serverless-nextjs-plugin": "file:../../"
10+
"serverless-offline": "^4.9.0"
1211
},
1312
"dependencies": {}
1413
}

0 commit comments

Comments
 (0)