Skip to content

Commit

Permalink
chore: remove supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Oct 31, 2024
1 parent caa1be6 commit fddefe7
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 908 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ TEST_GUILD_ID=""

GITHUB_TOKEN=""

SUPABASE_URL="http://localhost:54321"
SUPABASE_KEY=""

REMOTE_DB_PASSWORD=""

POCKETBASE_URL="http://127.0.0.1:8090"
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"dev": "nodemon -e js,ts --loader tsm .",
"format": "prettier --write .",
"dev:db": "./pocketbase/dev.sh",
"supabase": "supabase",
"supabase:gen": "supabase gen types typescript --linked > src/db/types.d.ts",
"supabase:push": "supabase db push --password $REMOTE_DB_PASSWORD",
"start": "tsm ."
},
"license": "MIT",
Expand All @@ -23,13 +20,11 @@
"url-regex": "^5.0.0"
},
"devDependencies": {
"@supabase/supabase-js": "^2.45.6",
"@types/flexsearch": "^0.7.6",
"@types/node": "^22.8.2",
"nodemon": "^3.1.7",
"pocketbase": "^0.21.5",
"prettier": "^3.3.3",
"supabase": "^1.207.9",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
Expand Down
520 changes: 0 additions & 520 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions src/db/supabase.ts

This file was deleted.

262 changes: 0 additions & 262 deletions src/db/types.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions supabase/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions supabase/config.toml

This file was deleted.

45 changes: 0 additions & 45 deletions supabase/migrations/20230717160943_tags.sql

This file was deleted.

Loading

0 comments on commit fddefe7

Please sign in to comment.