aboutsummaryrefslogtreecommitdiffstats
path: root/biome.json
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-11-04 17:07:24 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-11-09 22:48:55 +0200
commitbe7ec90b500ac68e053f2b58feb085247ef95817 (patch)
treeaef7732ce0bbe505c6bc8486e1d0da2c06990e6a /biome.json
parenta4ed99a370930b1a0c0f065906ed99c15a015fd4 (diff)
downloadhousing-be7ec90b500ac68e053f2b58feb085247ef95817.tar.zst
Refactor application to use couchbase
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/biome.json b/biome.json
index 675f3fb..bacad07 100644
--- a/biome.json
+++ b/biome.json
@@ -12,7 +12,7 @@
},
"files": {
"ignoreUnknown": true,
- "includes": ["./app/*", "./server.js", "./*.json", "./app/data/*.json"],
+ "includes": ["./app/*", "./*.js", "./*.json"],
"maxSize": 10000000
},
"formatter": {