feat: implement third-party order sync
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { join } from 'node:path';
|
||||
|
||||
export const rootEnvPath = join(__dirname, '../../../../.env');
|
||||
export const packageEnvPath = join(__dirname, '../../.env');
|
||||
Reference in New Issue
Block a user