Skip to content

Commit

Permalink
Merge branch 'main' into game7
Browse files Browse the repository at this point in the history
  • Loading branch information
elclandestin0 committed Jan 16, 2025
2 parents aa101e2 + 1088126 commit 698e6c3
Show file tree
Hide file tree
Showing 2,264 changed files with 30,370 additions and 12,580 deletions.
11 changes: 7 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
NEXT_PUBLIC_SENTRY_DSN=https://sentry.io
SENTRY_CSP_REPORT_URI=https://sentry.io
NEXT_PUBLIC_ROLLBAR_CLIENT_TOKEN=xxx
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=xxx
NEXT_PUBLIC_RE_CAPTCHA_APP_SITE_KEY=xxx
NEXT_PUBLIC_GOOGLE_ANALYTICS_PROPERTY_ID=UA-XXXXXX-X
NEXT_PUBLIC_MIXPANEL_PROJECT_TOKEN=xxx
NEXT_PUBLIC_GROWTH_BOOK_CLIENT_KEY=xxx
NEXT_PUBLIC_AUTH0_CLIENT_ID=xxx
FAVICON_GENERATOR_API_KEY=xxx
NEXT_PUBLIC_GROWTH_BOOK_CLIENT_KEY=xxx
NEXT_PUBLIC_GROWTH_BOOK_CLIENT_KEY=xxx
NEXT_PUBLIC_MARKETPLACE_RATING_AIRTABLE_API_KEY=xxx

## DEPRECATED
NEXT_PUBLIC_SENTRY_DSN=xxx
NEXT_PUBLIC_RE_CAPTCHA_V3_APP_SITE_KEY=xxx
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

341 changes: 0 additions & 341 deletions .eslintrc.js

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/chakra-npm-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.11.0'
registry-url: 'https://registry.npmjs.org'

- name: Update package version
Expand All @@ -39,6 +39,7 @@ jobs:
- name: Build the package
run: |
yarn
cd ./theme
yarn
yarn build
Expand Down
Loading

0 comments on commit 698e6c3

Please sign in to comment.