fix: tamagotchi path (#27)

This commit is contained in:
LemonNeko
2025-02-20 17:37:33 +08:00
committed by GitHub
parent a921b78327
commit 240129359f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default antfu(
ignores: [
'**/assets/js/**',
'**/assets/live2d/models/**',
'packages/stage-tamagotchi/out/**',
'apps/stage-tamagotchi/out/**',
'**/drizzle/**',
'**/.astro/**',
],