aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-10 01:21:18 +0900
committernsfisis <nsfisis@gmail.com>2025-03-10 01:21:18 +0900
commitc44b3383a7e55553cc95bba7bd5574f71c2e3406 (patch)
tree70e22e27b02b816b47c524c62258e262d49ddd3b /frontend/biome.json
parent84f3996f48d7a962685edfc09f12b8684cc76d93 (diff)
downloadphperkaigi-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.tar.gz
phperkaigi-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.tar.zst
phperkaigi-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.zip
feat(frontend): use fine-grained bundle of shiki
Diffstat (limited to 'frontend/biome.json')
-rw-r--r--frontend/biome.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/biome.json b/frontend/biome.json
index 34ae968..54c8856 100644
--- a/frontend/biome.json
+++ b/frontend/biome.json
@@ -7,7 +7,12 @@
},
"files": {
"ignoreUnknown": false,
- "ignore": ["./.cache", "./build", "./app/api/schema.d.ts"]
+ "ignore": [
+ "./.cache",
+ "./build",
+ "./app/api/schema.d.ts",
+ "./app/shiki.bundle.ts"
+ ]
},
"formatter": {
"enabled": true,