diff options
author | 2025-05-08 13:50:07 +0100 | |
---|---|---|
committer | 2025-05-08 13:50:07 +0100 | |
commit | 39a35689d385c89f79f97ce69bf214308be5e2fd (patch) | |
tree | c4fbdca93d18f95f21a30cc6ec8d35b9b56b05ce /Trunk.toml | |
parent | e8aa5b71df378669ff732444a5f8c57098052e5e (diff) | |
download | macaw-web-39a35689d385c89f79f97ce69bf214308be5e2fd.tar.gz macaw-web-39a35689d385c89f79f97ce69bf214308be5e2fd.tar.bz2 macaw-web-39a35689d385c89f79f97ce69bf214308be5e2fd.zip |
feat: OPFS database
Diffstat (limited to '')
-rw-r--r-- | Trunk.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ public_url = "/" filehash = true # Whether to inject scripts (and module preloads) into the finalized output. inject_scripts = true +cargo_flags = ["-Z build-std=std,panic_abort"] # Run without network access # offline = false # Require Cargo.lock and cache are up to date |