mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2026-02-23 17:31:54 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b252df5591 | ||
|
|
75a16b6ece |
@@ -2,4 +2,4 @@
|
||||
|
||||
# Disable Discord community banner (optional)
|
||||
# Uncomment the line below to hide the Discord banner
|
||||
NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true
|
||||
# NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true
|
||||
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,9 +1,4 @@
|
||||
.idea/
|
||||
bun.lock
|
||||
.env
|
||||
|
||||
node_modules
|
||||
.next
|
||||
.env.local
|
||||
.env*.local
|
||||
.env
|
||||
.env*.local
|
||||
@@ -2,5 +2,6 @@ services:
|
||||
web:
|
||||
build: .
|
||||
image: sucker
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
1739
src/app/page.tsx
1739
src/app/page.tsx
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user