Quick proof of concept for twenty-apps + twenty-cli, with local development / hot reload Let's discuss it! https://github.com/user-attachments/assets/c6789936-cd5f-4110-a265-863a6ac1af2d
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
import 'tsconfig-paths/register';
|
|
|
|
export default async () => {
|
|
global.testDataSource.destroy();
|
|
global.app.close();
|
|
};
|