forked from cerc-io/snowballtools-base
d4b0659307
* Update root readme and setup depcheck * Use fetched domain data in edit domain dialog box * Use fetched project data in general tab * Rename files in gql-client package --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
export const DEFAULT_CONFIG_FILE_PATH = 'environments/local.toml';
|
|
|
|
export const DEFAULT_GQL_PATH = '/graphql';
|
|
|
|
// Note: temporary hardcoded user, later to be derived from auth token
|
|
export const USER_ID = 1;
|