mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-26 03:11:34 +01:00
chore: devenv inconsistency, spawn server manually in dev
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
|
||||
processes = {
|
||||
surreal_db.exec = "docker run --rm --pull always -p 8000:8000 --net=host --user $(id -u) -v $(pwd)/database:/database surrealdb/surrealdb:latest-dev start rocksdb:/database/database.db --user root_user --pass root_password";
|
||||
server.exec = "cargo watch -x 'run --bin main'";
|
||||
tailwind.exec = "tailwindcss --cwd html-router -i app.css -o assets/style.css --watch=always";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user