add statistics
All checks were successful
deploy / build-and-deploy (push) Successful in 31s

This commit is contained in:
2025-10-15 12:47:46 +02:00
parent 1455e46967
commit 94c86a1183
4 changed files with 58 additions and 20 deletions

View File

@@ -43,8 +43,6 @@ export default defineConfig({
WEBHOOK_ENDPOINT: envField.string({ context: 'server', access: 'secret', optional: true }),
YOUTUBE_INTRO_LINK: envField.string({ context: 'server', access: 'secret', optional: true }),
TEAMSPEAK_LINK: envField.string({ context: 'server', access: 'secret', default: 'http://example.com' }),
DISCORD_LINK: envField.string({ context: 'server', access: 'secret', default: 'http://example.com' }),
PAYPAL_LINK: envField.string({ context: 'server', access: 'secret', default: 'http://example.com' }),