intellitester 0.2.58 → 0.2.59
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/cli/index.cjs +1 -0
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +1 -0
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -2985,6 +2985,7 @@ var main = async () => {
|
|
|
2985
2985
|
}
|
|
2986
2986
|
const fileTracking = await chunkQD675U7P_cjs.initFileTracking({
|
|
2987
2987
|
sessionId,
|
|
2988
|
+
cwd: process2__default.default.cwd(),
|
|
2988
2989
|
trackDir: options.trackDir,
|
|
2989
2990
|
providerConfig: config?.appwrite ? {
|
|
2990
2991
|
provider: "appwrite",
|