tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
just server
eldridge.cam
1 month ago
27f0ee4d
9e456fbf
+4
1 changed file
expand all
collapse all
unified
split
Justfile
+4
Justfile
···
25
25
"npx graphile-migrate watch" \
26
26
"cd server && gleam run"
27
27
28
28
+
[working-directory: "server"]
29
29
+
server: up squirrel
30
30
+
gleam run
31
31
+
28
32
[group: "run"]
29
33
app: up
30
34
npx concurrently --names "sveltekit,migrate,server,tauri" \