Compare commits

...

1 Commits

Author SHA1 Message Date
ge
954d71cb3f make path required 2025-04-13 06:41:02 +03:00

View File

@ -7,7 +7,7 @@ import net.http.mime
pub struct CodeGenerator {
pub:
// Path to file or directory to embed
path string
path string @[required]
// Path prefix if you want to add extra prefix for file paths
prefix string
// Glob patterns to match files the must be ignored when generating the code