1 Commits

Author SHA1 Message Date
SoniaNvm
3bc20ea40d attempt at metadata grabbing 2026-02-02 02:27:09 -08:00
4 changed files with 876 additions and 873 deletions

View File

@@ -2,4 +2,4 @@
# Disable Discord community banner (optional) # Disable Discord community banner (optional)
# Uncomment the line below to hide the Discord banner # Uncomment the line below to hide the Discord banner
# NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true

5
.gitignore vendored
View File

@@ -1,4 +1,9 @@
.idea/
bun.lock
.env
node_modules node_modules
.next .next
.env.local .env.local
.env*.local .env*.local
.env

View File

@@ -2,6 +2,5 @@ services:
web: web:
build: . build: .
image: sucker image: sucker
restart: unless-stopped
ports: ports:
- "3000:3000" - "3000:3000"

File diff suppressed because it is too large Load Diff