mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-02 10:04:09 +03:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
|
import 'tsconfig-paths/register';
|
||
|
|
||
|
export default async () => {
|
||
|
global.app.close();
|
||
|
};
|