feat: temparily save

This commit is contained in:
2025-03-09 02:46:15 +08:00
parent 9b310f0c62
commit 595e8d29dc
27 changed files with 1132 additions and 0 deletions

8
justfile Normal file
View File

@@ -0,0 +1,8 @@
set windows-shell := ["pwsh.exe", "-c"]
set dotenv-load := true
dev-playground:
pnpm run --filter=playground dev
dev-proxy:
pnpm run --filter=proxy dev