feat: add code manager

This commit is contained in:
2024-06-28 23:25:42 +08:00
parent 60653a5ba8
commit c92f42933e
4 changed files with 34 additions and 2 deletions

10
src/lib/dynamic-import.ts Normal file
View File

@@ -0,0 +1,10 @@
export const defaultImportModules = [
{
name: 'sequelize',
version: '^6.6.5',
},
{
name: 'pg',
version: '^8.12.1',
},
];