Skip to content

Commit

Permalink
chore(kratos): fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed May 3, 2024
1 parent 3045dca commit 297eb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"start": "run-s start:containers start:server",
"start:enmeshed": "docker-compose -f enmeshed/docker-compose.yml up -d",
"start:containers": "docker compose up --detach",
"start:kratos": "docker compose f docker-compose.kratos.yml up --detach",
"start:kratos": "docker compose -f docker-compose.kratos.yml up --detach",
"start:server": "yarn _start packages/server/src/server.ts server.cjs",
"start:swr-queue-worker": "yarn _start packages/server/src/swr-queue-worker.ts swr-queue-worker.cjs",
"stop": "docker compose stop",
Expand Down

0 comments on commit 297eb18

Please sign in to comment.