Skip to content

Commit

Permalink
Merge pull request #993 from Onlineberatung/OB-TranslationBackend
Browse files Browse the repository at this point in the history
feat: added ablility for proxy run cli
  • Loading branch information
web-mi authored Jan 25, 2024
2 parents 6fcd631 + 1d4cbcb commit ef0c75d
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 ef0c75d

Please sign in to comment.