@turboops/cli 1.0.6 → 1.0.7-dev.874
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -194,7 +194,7 @@ function getPackageName() {
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
// src/services/config.ts
|
|
197
|
-
var BUILD_ENV = true ? "
|
|
197
|
+
var BUILD_ENV = true ? "dev" : void 0;
|
|
198
198
|
var API_URLS = {
|
|
199
199
|
local: "http://localhost:3000",
|
|
200
200
|
dev: "https://api.dev.turbo-ops.de",
|