Files
boc/aamos-ledger-rust/target/release/build/libm-d54c1ac1279f9d72/output
T
Bernt 05ed037fe8 pilot.landvex.com: HTTPS + Full Stack Verified
- DNS: pilot.landvex.com -> 16.170.83.169
- TLS: Let's Encrypt certificate (expires 2026-09-30)
- Nginx: reverse proxy with SSL termination
- API: https://pilot.landvex.com/api/v1/missions
- UI: https://pilot.landvex.com/
- Upload: POST /api/v1/missions/import (multipart/form-data)

Verified:
 https://pilot.landvex.com/health
 https://pilot.landvex.com/version
 https://pilot.landvex.com/api/v1/missions (list)
 https://pilot.landvex.com/api/v1/missions/:id (get)
 POST /api/v1/missions/import (video upload)
 UI loads with title 'LandveX Intelligence Lab'

Next: Pilot 001 — Break the system!
2026-07-02 17:34:19 +00:00

14 lines
524 B
Plaintext

cargo:rerun-if-changed=build.rs
cargo:rerun-if-changed=configure.rs
cargo:rustc-check-cfg=cfg(assert_no_panic)
cargo:rustc-check-cfg=cfg(intrinsics_enabled)
cargo:rustc-check-cfg=cfg(arch_enabled)
cargo:rustc-cfg=arch_enabled
cargo:rustc-check-cfg=cfg(optimizations_enabled)
cargo:rustc-check-cfg=cfg(x86_no_sse)
cargo:rustc-env=CFG_CARGO_FEATURES=["arch", "default"]
cargo:rustc-env=CFG_OPT_LEVEL=0
cargo:rustc-env=CFG_TARGET_FEATURES=["neon"]
cargo:rustc-check-cfg=cfg(f16_enabled)
cargo:rustc-check-cfg=cfg(f128_enabled)