embed migrations, fix start, add stop

This commit is contained in:
2026-06-09 17:09:07 +02:00
parent 5136e0bdc3
commit 408530db00
16 changed files with 212 additions and 26 deletions

View File

@ -3,6 +3,7 @@ pub mod edit;
pub mod remove;
pub mod ls;
pub mod start;
pub mod stop;
pub mod env_settings;