Maulana Sodiqin and Claude
1cb2443b58
fix: resolve circular dependency between utils and service libraries
...
Moved useAuthStore from utils to service to break circular dependency:
- utils was importing from service (supabase client, types)
- service was importing from utils (useAuthStore)
- Solution: moved useAuthStore and related storage utilities to service
Changes:
- Created libs/service/src/storage/ with cookies.ts and local-storage.ts
- Moved use-auth-store.ts from utils/hooks to service/hooks/auth
- Updated all 20+ files to import useAuthStore from service instead of utils
- Removed useAuthStore export from utils
- Added storage exports to service index
This fixes the build error: "Could not execute command because the task graph has a circular dependency"
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 02:34:52 +07:00
Maulana Sodiqin
9e9bfc2793
feat: hackathon
2025-11-25 01:47:56 +07:00
Maulana Sodiqin
5a99f216cb
chore: deploy hackathon
2025-11-24 13:09:12 +07:00
Maulana Sodiqin
efdbc65be6
chore: remove vetrsion
2025-11-24 12:51:41 +07:00
Maulana Sodiqin
f5905c0acc
chore: remove storybook
2025-11-24 11:21:29 +07:00
Maulana Sodiqin
6348a4998b
feat: upgrade nx
2025-11-24 10:48:09 +07:00
Maulana Sodiqin
9a0fee65a5
fixing so much trouble
2025-05-23 00:28:29 +07:00
Maulana Sodiqin
376e646c10
feat: add vercel json
2025-05-22 22:31:04 +07:00
Maulana Sodiqin
f8cd57a1cf
chore: update readme and env example
2025-05-20 11:09:14 +07:00
Maulana Sodiqin
b389235971
feat: add landing page
2025-04-26 20:32:58 +07:00
Maulana Sodiqin
86290cc820
fix: unit test
2025-04-25 14:01:29 +07:00
Maulana Sodiqin
41712be56a
feat: cleaning
2025-04-25 13:00:50 +07:00
Maulana Sodiqin
b1a53df4a9
chore: downgrade vite to v5
2025-04-07 20:50:10 +07:00
Maulana Sodiqin
0709c3a2bd
chore: add legacy peerdeps
2025-04-07 19:20:32 +07:00
Maulana Sodiqin
f2e1cead83
chore: add workflows
2025-04-07 19:17:28 +07:00
Maulana Sodiqin
1b795f2dfc
chore: add workflow
2025-04-07 19:15:39 +07:00
Maulana Sodiqin
ce115f63e4
feat: add landing page with nuxt
2025-04-07 19:10:29 +07:00
Maulana Sodiqin
f8f796e071
chore: fix global error build
2025-04-03 12:31:16 +07:00
Maulana Sodiqin
a6fea630a4
feat: login example
2025-04-03 12:21:10 +07:00
Maulana Sodiqin
c05061becf
feat: login example
2025-04-03 12:21:08 +07:00
Maulana Sodiqin
daeeb09798
feat: integrate with new api
2025-03-19 23:38:42 +07:00
Maulana Sodiqin
d20f0d89e5
feat: init backoffice
2025-03-17 12:48:11 +07:00
Maulana Sodiqin
515b78c57f
feat: add backoffice apps
2025-03-17 09:39:04 +07:00
Maulana Sodiqin
203ee5de97
chore: remove uneeded folder/file
2025-03-16 00:35:48 +07:00
Maulana Sodiqin
58843041db
faet
2025-03-16 00:33:48 +07:00
Maulana Sodiqin
3964c22c66
feat: navbar unit test
2025-03-16 00:16:58 +07:00
Maulana Sodiqin
ec02a4ef83
fix: unit test
2025-03-16 00:12:15 +07:00
Maulana Sodiqin
587cb9facf
fix: ui error build
2025-03-16 00:07:02 +07:00
Maulana Sodiqin
5c5faaf8a1
fix: libs cannot apply style
2025-03-16 00:05:17 +07:00
Maulana Sodiqin
4ec41164f8
chore: initial commit
2025-03-13 02:03:13 +07:00
Maulana Sodiqin
d86d77c154
Initial commit
2025-03-13 00:50:45 +07:00