diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-29 19:37:14 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-29 19:40:10 -0300 |
commit | d519c51332e25d8ccc9ac01048a3427b091849ac (patch) | |
tree | 2f6e8772bd8cc22093e911b36c9ea0b9c73829f8 /src/upd8.js | |
parent | d522ee47e95774453e6c5cffe821608e74a090ce (diff) |
upd8, repl: perform web routes by default, expose in repl
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js index a5fb8ced..b583423d 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -709,7 +709,7 @@ async function main() { }); fallbackStep('identifyWebRoutes', { - default: 'skip', + default: 'perform', buildConfig: 'webRoutes', }); |