···2323 npx concurrently --names "sveltekit,migrate,server" \
2424 "npx vite dev --host" \
2525 "npx graphile-migrate watch" \
2626- "cd api && watchexec -e .gleam,.toml,.js,.erl gleam build --target javascript" \
2726 "cd server && gleam run"
28272928[group: "run"]
···3130 npx concurrently --names "sveltekit,migrate,server,tauri" \
3231 "npx vite dev --host" \
3332 "npx graphile-migrate watch" \
3434- "cd api && watchexec -e .gleam,.toml,.js,.erl gleam build --target javascript" \
3533 "cd server && gleam run" \
3634 "npx tauri dev"
3735···67656866[group: "release"]
6967build:
7070- cd api && gleam build --target javascript
7168 npx svelte-kit sync
7269 npx vite build
7370
-5
api/gleam.toml
···11name = "cartography_api"
22version = "1.0.0"
33-target = "javascript"
4354# Fill out these fields if you intend to generate HTML documentation or publish
65# your project to the Hex package manager.
···1211#
1312# For a full reference of all the available options, you can have a look at
1413# https://gleam.run/writing-gleam/gleam-toml/.
1515-1616-[javascript]
1717-typescript_declarations = true
1818-runtime = "node"
19142015[dependencies]
2116gleam_stdlib = ">= 0.44.0 and < 2.0.0"