Skip to content

Commit 1581fd6

Browse files
committed
Added run configuration for a full stack of applications running
1 parent 20e932a commit 1581fd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ lazy val webapp = Project(
2727
lazy val webapi = Project(
2828
id = "webapi",
2929
base = file("delphi-webapi"))
30+
31+
addCommandAlias("run", "; all webapi/run crawler/run webapp/run management/run")

0 commit comments

Comments
 (0)