Skip to content

Commit

Permalink
fix: isAppMode (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Aug 6, 2020
1 parent 1b259d3 commit 016e430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/serverless-spec-builder/wrapper_app.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let inited = false;
const initializeMethod = async (initializeContext = {}) => {
runtime = await start({
layers: layers,
isAppMode: true
});
};

Expand Down

0 comments on commit 016e430

Please sign in to comment.