Update deploy document

This commit is contained in:
Spxg
2025-05-18 00:12:31 +08:00
parent 06110db136
commit 1b185faebc

View File

@@ -20,5 +20,6 @@ npx postcss --dir assets/module.postcss assets/module.css --base assets/module.c
# Choose your preferred installation method
# https://trunkrs.dev/#install
cargo install trunk --locked
trunk serve --open
# The product is in the dist folder
trunk build --release
```