diff --git a/start.sh b/start.sh index 173e333a4..2e4a78772 100644 --- a/start.sh +++ b/start.sh @@ -6,4 +6,4 @@ set -x /usr/local/bin/replace-env-vars.sh "$BUILT_NEXT_PUBLIC_API_BASE_URL" "$NEXT_PUBLIC_API_BASE_URL" echo "Starting Plane Frontend.." -node apps/app/server.js \ No newline at end of file +node apps/app/server.js & node apps/space/server.js