nx_site_publish.nx source
↩ module page · 6 lines · 333 B
1// nx_site_publish.nx -- CLI half of the artifact-publish capability (tools-api name: nx_site_publish).
2// Logic in nx_site_publish_lib.nx (sp_main) so the gate drives the EXACT CLI dispatch in-process.
3// license_tier: ORIGINAL
4import "nx_site_publish_lib.nx"
5
6func main(argc: i64, argv: *i64) -> i64 { return sp_main(argc, argv) }