ghorsington hace 5 años
padre
commit
5381bfc755
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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": {