dev: hotfixes

+ moved cmd/simgos-sync* to cmd/snync*
+ adjust Dockerfiles
This commit is contained in:
2025-12-12 10:51:37 +07:00
parent 44b37e2d49
commit 87baa898f6
17 changed files with 5 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
m "simrs-vx/internal/interface/migration"
)
func main() {
m.Migrate(m.SimgosSync)
}