mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-26 13:42:44 +03:00
9f6a6c3282
- add sync email onboarding step - refactor calendar and email visibility enums - add a new table `keyValuePair` in `core` schema - add a new resolved boolean field `skipSyncEmail` in current user https://github.com/twentyhq/twenty/assets/29927851/de791475-5bfe-47f9-8e90-76c349fba56f
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
VITE_SERVER_BASE_URL=https://api.twenty.com
|
|
VITE_FRONT_BASE_URL=https://app.twenty.com
|
|
VITE_MODE=production
|
|
|
|
# Used to generate packages/twenty-chrome-extension/src/generated/graphql.tsx
|
|
AUTH_TOKEN=<YOUR-TOKEN-HERE>
|