refactor: ♻️ Remove all "dev" indicators

This commit is contained in:
Jesse Wierzbinski 2025-01-17 15:46:46 +01:00
parent 3c39ace667
commit 635fae0c54
No known key found for this signature in database
4 changed files with 7 additions and 5 deletions

View file

@ -87,6 +87,6 @@
"globals": ["Bun"]
},
"files": {
"ignore": ["node_modules", ".next", ".output", "out"]
"ignore": ["node_modules", ".next", ".output", "out", "public/pl.js"]
}
}