Просмотр исходного кода

relocate no-populate.grit file

Yuki Takei 3 месяцев назад
Родитель
Сommit
ada837087e
2 измененных файлов с 1 добавлено и 1 удалено
  1. 0 0
      apps/app/src/server/models/.biome/plugins/no-populate.grit
  2. 1 1
      biome.json

+ 0 - 0
apps/app/.biome/plugins/no-populate.grit → apps/app/src/server/models/.biome/plugins/no-populate.grit


+ 1 - 1
biome.json

@@ -137,7 +137,7 @@
     },
     {
       "includes": ["apps/app/src/server/models/**"],
-      "plugins": ["apps/app/.biome/plugins/no-populate.grit"]
+      "plugins": ["apps/app/src/server/models/.biome/plugins/no-populate.grit"]
     }
   ]
 }