mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
* Squash merge develop into master * feat: add automated production release workflow * feat: add Gitflow workflow for syncing branches * ci: update workflow runner to latest ubuntu version * feat: enable buf.build publishing on master and develop branches --------- Co-authored-by: Prad Nukala <prad@sonr.io>
11 lines
158 B
TOML
11 lines
158 B
TOML
name = "sonr-id"
|
|
main = "./build/worker.mjs"
|
|
compatibility_date = "2024-07-26"
|
|
|
|
[dev]
|
|
ip = "localhost"
|
|
port = 4202
|
|
|
|
[build]
|
|
command = "devbox run build:motr"
|