Folder structure #398
1 changed files with 1 additions and 1 deletions
|
@ -90,5 +90,5 @@ const startServer = (mysqlConfig) => {
|
||||||
|
|
||||||
module.exports = (config) => {
|
module.exports = (config) => {
|
||||||
const { mysqlConfig } = config;
|
const { mysqlConfig } = config;
|
||||||
startServer(mysqlConfig);
|
return startServer(mysqlConfig);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue