repoburg 1.3.91 → 1.3.92

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.
@@ -9,7 +9,7 @@
9
9
  "build": "nest build",
10
10
  "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
11
11
  "start": "NODE_ENV=production nest start",
12
- "start:dev": "NODE_ENV=production nest start --watch",
12
+ "start:dev": "NODE_ENV=production mkdir -p ../.repoburg/temp && script -q ../.repoburg/temp/dev.log nest start --watch",
13
13
  "start:debug": "nest start --debug --watch",
14
14
  "start:prod": "NODE_ENV=production node dist/main",
15
15
  "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repoburg",
3
- "version": "1.3.91",
3
+ "version": "1.3.92",
4
4
  "description": "A local AI-powered software developer assistant that runs on your own machine.",
5
5
  "author": "Celal Ertug",
6
6
  "license": "SEE LICENSE IN LICENSE",