mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
chore: remove unused Supabase auth store, archive stub services
- shared-auth-stores: delete createSupabaseAuthStore (zero usage across monorepo, all apps use createManaAuthStore). Remove export + types from index.ts. - services: move ollama-metrics-proxy (stub — just a Grafana dashboard JSON) and it-landing (Astro landing page, not a service) to services-archived/ - lint-staged: add services-archived/ to eslint ignore pattern Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4f70e1ca6c
commit
e11aa50106
23 changed files with 6 additions and 291 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
'*.{ts,tsx,js,jsx,mjs,cjs}': [
|
||||
'eslint --fix --ignore-pattern "apps-archived/**"',
|
||||
'eslint --fix --ignore-pattern "apps-archived/**" --ignore-pattern "services-archived/**"',
|
||||
'prettier --config .prettierrc.json --write',
|
||||
],
|
||||
'*.{json,md,svelte,astro}': ['prettier --config .prettierrc.json --write'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue