mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-17 19:10:29 +01:00
Nicco
cacb808117
* restructuring * pin svelte kit version & parallel execution * update svelte kit * correct test result assets * add timeout * correct locale path * simplify crypto * fix for #58 * add verbosity flag * disable flaky test
11 lines
260 B
JSON
11 lines
260 B
JSON
{
|
|
"name": "backend",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "cargo watch -x 'run --bin cryptgeon'",
|
|
"build": "cargo build --release",
|
|
"test:server": "SIZE_LIMIT=10MiB LISTEN_ADDR=0.0.0.0:1234 cargo run",
|
|
"test:prepare": "cargo build"
|
|
}
|
|
}
|