mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-22 06:09:14 +00:00
Initial Commit
This commit is contained in:
@@ -18,8 +18,8 @@ import {readFileSync, writeFileSync} from 'fs';
|
||||
import got from 'got';
|
||||
import {resolve} from 'path';
|
||||
import {exit} from 'process';
|
||||
import {getProjectReflection} from './project-reflection';
|
||||
import {generateTemplate} from './mapping';
|
||||
import {getProjectReflection} from './project-reflection';
|
||||
|
||||
// handle unhandled promise rejections
|
||||
process.on('unhandledRejection', async (reason: unknown) => {
|
||||
|
||||
Reference in New Issue
Block a user