Skip to content

Commit 7ad2564

Browse files
committed
refactor(cli): Adding scopes for function init
1 parent 6a44bdf commit 7ad2564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cli/lib/commands/init.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ const initFunction = async () => {
298298
runtime: answers.runtime.id,
299299
execute: [],
300300
events: [],
301+
scopes: [],
301302
schedule: "",
302303
timeout: 15,
303304
enabled: true,

0 commit comments

Comments
 (0)