Browse Source

Fix config

ghorsington 5 years ago
parent
commit
5381bfc755
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -6,7 +6,7 @@
    "scripts": {
       "test": "echo \"Error: no test specified\" && exit 1",
       "build": "rimraf build && tsc",
-      "start": "rimraf build && ts-node src/index.ts",
+      "start": "rimraf build && ts-node src/main.ts",
       "typeorm": "rimraf build && ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js"
    },
    "repository": {