repoburg 1.3.65 → 1.3.67

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.
@@ -174,6 +174,7 @@ class ServiceManager {
174
174
  NODE_ENV: 'production',
175
175
  PORT: String(port),
176
176
  REPOBURG_PROJECT_PATH: absolutePath,
177
+ REPOBURG_INSTANCE_NAME: name,
177
178
  },
178
179
  output: logPaths.out,
179
180
  error: logPaths.err,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repoburg",
3
- "version": "1.3.65",
3
+ "version": "1.3.67",
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",