10 lines
467 B
Zig
10 lines
467 B
Zig
//! Embeds the committed contract-sample golden (milestone-17 ruling 5). Module
|
|
//! root for the `contract_samples` anonymous import (test builds only) — a
|
|
//! `.ts` file cannot root one, and @embedFile paths resolve relative to this
|
|
//! file. The `docs/docs.zig` pattern.
|
|
|
|
pub const bytes = @embedFile("contractSamples.gen.ts");
|
|
|
|
/// Repo-relative path, so a failing assertion names the file to regenerate.
|
|
pub const path = "admin/src/lib/contractSamples.gen.ts";
|