-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtree.txt
56 lines (56 loc) · 1.29 KB
/
tree.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.cursor/rules/fuckyou.mdc
.env.example
.gitignore
README.md
__pycache__/api.cpython-310.pyc
__pycache__/app.cpython-310.pyc
__pycache__/app.cpython-312.pyc
__pycache__/config.cpython-310.pyc
__pycache__/database.cpython-310.pyc
app/api/auth/[...nextauth]/route.ts
app/auth.ts
app/auth/signin/page.tsx
app/bills/[id]/loading.tsx
app/bills/[id]/page.tsx
app/components/BillCard.tsx
app/components/BillsList.tsx
app/components/FilterMenu.tsx
app/components/FilterPanel.tsx
app/components/Navigation.tsx
app/components/StateMap.tsx
app/components/SyncButton.tsx
app/components/ui/button.tsx
app/components/ui/card.tsx
app/components/ui/popover.tsx
app/components/ui/sheet.tsx
app/error.tsx
app/globals.css
app/layout.tsx
app/lib/actions/bill-actions.ts
app/lib/actions/rss-actions.ts
app/lib/db.ts
app/lib/store/index.ts
app/lib/types/bill.ts
app/lib/utils.ts
app/loading.tsx
app/middleware.ts
app/not-found.tsx
app/page.tsx
app/providers.tsx
app/settings/page.tsx
app/types/react-usa-map.d.ts
components.json
docs/api-debugging.md
package-lock.json
package.json
postcss.config.js
prisma/migrations/20250214005558_init/migration.sql
prisma/migrations/migration_lock.toml
prisma/prisma/dev.db
prisma/schema.prisma
scripts/init-db.js
scripts/sync-bills.js
scripts/sync-test.js
scripts/test-api.js
tailwind.config.ts
tsconfig.json