You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Procfile.dev
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,5 @@ api: set -a && source .env && set +a && cargo watch -w crates -w bins -x 'r
2
2
frontier: set -a && source .env && set +a && cargo watch -w crates -w bins -x 'run -p scrapix --bin scrapix -- frontier'
3
3
crawler: set -a && source .env && set +a && cargo watch -w crates -w bins -x 'run -p scrapix --bin scrapix -- crawler'
4
4
content: set -a && source .env && set +a && cargo watch -w crates -w bins -x 'run -p scrapix --bin scrapix -- content'
5
-
console: cd console && npm install && npm run dev
5
+
console: cd console && npm install && SAAS_API_URL=http://localhost:8081 SAAS_PREFIXES=analytics,configs,engines,auth,account,webhooks,oauth,.well-known,mcp npm run dev
6
+
saas: set -a && source .env && set +a && cd saas && bin/rails db:prepare && SOLID_QUEUE_IN_PUMA=1 OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES bin/rails server
0 commit comments