Update code-web.js

Fix typo
This commit is contained in:
surajteggi
2022-02-04 17:51:12 +05:30
committed by GitHub
parent 4d43287a81
commit baf162329b
+1 -1
View File
@@ -74,7 +74,7 @@ async function main() {
serverArgs.push('--sourcesPath', APP_ROOT);
serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playgorund'));
serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playground'));
startServer(serverArgs);