mirror of
https://github.com/steel-dev/cli.git
synced 2026-09-14 20:47:34 +08:00
3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
export const DEFAULT_API_PATH = 'https://api.steel.dev/v1';
|
|
export const DEFAULT_LOCAL_API_PATH = 'http://localhost:3000/v1';
|