From bb6c64fe18dd3dc8fd683da127936917b17df0a6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 7 Jan 2026 14:54:48 +0800 Subject: Rename export directory to deploy and move templates --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cargo') 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", -- cgit