Skip to content

Commit

Permalink
Merge branch 'Onlineberatung:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi authored Jan 25, 2024
2 parents 859891e + ef0c75d commit 94191c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if (!command) {
command = command.trim();

if (command === 'start') {
require('./proxy/server.js');
} else if (command === 'dev') {
require('./scripts/start');
} else if (command === 'build') {
require('./scripts/build');
Expand Down

0 comments on commit 94191c1

Please sign in to comment.