diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 14:54:48 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 14:54:48 +0800 |
| commit | bb6c64fe18dd3dc8fd683da127936917b17df0a6 (patch) | |
| tree | 8719c670c51f84d84a7b64b6070684b171d2193d /.cargo/config.toml | |
| parent | edf60b58e4e33607b3929cfd6c678b88b49abaab (diff) | |
Rename export directory to deploy and move templates
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index a5fccaa..4e5ae27 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,7 +2,7 @@ target-dir = "./.temp/target/" [publish] -target-dir = "./export/" +target-dir = "./deploy/" binaries = [ "jv", "jv.exe", |
