refactor(themes): separate into files

This commit is contained in:
2025-01-07 10:25:42 +02:00
parent 69eacd42d5
commit 0f4899319d
12 changed files with 140 additions and 112 deletions

View File

@@ -12,7 +12,7 @@ native-release:
# Run web dev
web-dev:
RUST_BACKTRACE=full trunk serve
RUSTC_WRAPPER=sccache RUST_BACKTRACE=full trunk serve
# Run web release
web-release: