Move schemas to constant folder (#15207)
- move schemas to constants - increase npm package version
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { join } from 'path';
|
||||
|
||||
const BASE_PATH = join(__dirname, '../constants');
|
||||
|
||||
export const BASE_APPLICATION_PROJECT_PATH = join(
|
||||
BASE_PATH,
|
||||
'base-application-project',
|
||||
);
|
||||
|
||||
export const BASE_SCHEMAS_PATH = join(BASE_PATH, 'schemas');
|
||||
Reference in New Issue
Block a user