mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
* chore: memoize sorted pages * chore: make link size more precise * fix(link): disable enter press on create mode * fix(onboarding): move is base logic and use escape for single quote * fix(page): on delete success redirect to pages * fix(sntry): sentry client error report * chore(page): dynamic focus on title/content * chore(link): tweak badge class * chore(link): use nuqs for handling create mode * fix(link): refs * feat(palette): implement new link
20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
NEXT_PUBLIC_APP_NAME="Learn Anything"
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
|
|
NEXT_PUBLIC_JAZZ_GLOBAL_GROUP=""
|
|
|
|
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
|
|
CLERK_SECRET_KEY=
|
|
|
|
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
|
|
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
|
|
|
|
NEXT_PUBLIC_JAZZ_PEER_URL="wss://"
|
|
|
|
RONIN_TOKEN=
|
|
|
|
NEXT_PUBLIC_SENTRY_DSN=
|
|
NEXT_PUBLIC_SENTRY_ORG=
|
|
NEXT_PUBLIC_SENTRY_PROJECT=
|
|
|
|
# IGNORE_BUILD_ERRORS=true |