@ccci/micro-server 1.0.75 → 1.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -119165,7 +119165,6 @@ class ApplicationServer {
119165
119165
  ApplicationServer.app.use(import_express_fileupload.default());
119166
119166
  const db = new DatabaseConnector(process.cwd());
119167
119167
  const conn = await DatabaseConnector.init();
119168
- await db.connect(conn[0]);
119169
119168
  await db.initializeModels();
119170
119169
  ApplicationServer.app.get("/", (req, resp) => {
119171
119170
  return resp.sendFile(path4.resolve("index.html"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccci/micro-server",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",