Skip to content

Commit cb19c91

Browse files
refactor: run powersync service in background
1 parent cb763ed commit cb19c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev:ui": "vite",
8-
"dev:powersync": "docker compose -f docker/compose.yaml up --build",
8+
"dev:powersync": "docker compose -f docker/compose.yaml up -d",
99
"dev:supabase": "supabase start",
1010
"build": "tsc -b && vite build",
1111
"lint": "eslint .",

0 commit comments

Comments
 (0)