console/packages/services/commerce/src/dev.ts

9 lines
108 B
TypeScript
Raw Normal View History

2022-05-18 07:26:57 +00:00
import { config } from 'dotenv';
config({
debug: true,
encoding: 'utf8',
2022-05-18 07:26:57 +00:00
});
await import('./index');