lambdaorm
Advanced tools
Comparing version 0.0.54-alpha to 0.0.55-alpha
@@ -42,3 +42,3 @@ "use strict"; | ||
} | ||
let config = { app: { configFile: configFile, src: 'src', data: 'data', models: 'models' }, databases: [], schemas: [] }; | ||
let config = { app: { src: 'src', data: 'data', models: 'models' }, databases: [], schemas: [] }; | ||
if (configFile !== undefined) { | ||
@@ -45,0 +45,0 @@ const configPath = path_1.default.join(workspace, configFile); |
@@ -16,3 +16,2 @@ import { Schema } from './schema'; | ||
models: string; | ||
configFile?: string; | ||
defaultDatabase?: string; | ||
@@ -19,0 +18,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// export interface ConfigInfo | ||
// { | ||
// workspace: string | ||
// configFile?: string | ||
// config:Config | ||
// } | ||
//# sourceMappingURL=config.js.map |
{ | ||
"name": "lambdaorm", | ||
"version": "0.0.54-alpha", | ||
"version": "0.0.55-alpha", | ||
"description": "ORM", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
864157
13323