@dbos-inc/create 3.6.8-preview → 3.6.11-preview

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/create",
3
- "version": "3.6.8-preview",
3
+ "version": "3.6.11-preview",
4
4
  "description": "Tool for performing project initialization from template",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -10,4 +10,4 @@ database:
10
10
  - npx drizzle-kit migrate
11
11
  runtimeConfig:
12
12
  start:
13
- - node dist/main.js
13
+ - npm run start
@@ -7,7 +7,7 @@
7
7
  "lint": "eslint src",
8
8
  "lint-fix": "eslint --fix src",
9
9
  "dev": "nodemon",
10
- "start": "npx dbos start"
10
+ "start": "node dist/main.js"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@dbos-inc/eslint-plugin": "^3.3.4",
@@ -10,4 +10,4 @@ database:
10
10
  - npx prisma migrate deploy
11
11
  runtimeConfig:
12
12
  start:
13
- - node dist/main.js
13
+ - npm run start
@@ -7,7 +7,7 @@
7
7
  "lint": "eslint src",
8
8
  "lint-fix": "eslint --fix src",
9
9
  "dev": "nodemon",
10
- "start": "npx dbos start"
10
+ "start": "node dist/main.js"
11
11
  },
12
12
  "author": "",
13
13
  "license": "ISC",
@@ -10,4 +10,4 @@ database:
10
10
  - npx typeorm migration:run -d dist/datasource.js
11
11
  runtimeConfig:
12
12
  start:
13
- - node dist/src/main.js
13
+ - npm run start
@@ -7,7 +7,7 @@
7
7
  "lint": "eslint src",
8
8
  "lint-fix": "eslint --fix src",
9
9
  "dev": "nodemon",
10
- "start": "npx dbos start"
10
+ "start": "node dist/src/main.js"
11
11
  },
12
12
  "author": "",
13
13
  "license": "ISC",