mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
init project evolution api
This commit is contained in:
6
src/config/path.config.ts
Normal file
6
src/config/path.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { join } from 'path';
|
||||
|
||||
export const ROOT_DIR = process.cwd();
|
||||
export const INSTANCE_DIR = join(ROOT_DIR, 'instances');
|
||||
export const SRC_DIR = join(ROOT_DIR, 'src');
|
||||
export const AUTH_DIR = join(ROOT_DIR, 'store', 'auth');
|
||||
Reference in New Issue
Block a user