Skip to content

Commit

Permalink
undo concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 4, 2024
1 parent eea4867 commit c4bea53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
## Enables WAL Mode
npm run enable-wal

npx concurrently "litestream replicate -config /etc/litestream.yml" "npm run start"
# exec litestream replicate -exec "npm run start"
# npx concurrently "litestream replicate -config /etc/litestream.yml" "npm run start"
exec litestream replicate -exec "npm run start"

0 comments on commit c4bea53

Please sign in to comment.