opencode-supertask 0.1.1 → 0.1.3
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.js +211 -16
- package/dist/cli/index.js.map +1 -1
- package/dist/gateway/index.js +0 -1
- package/dist/gateway/index.js.map +1 -1
- package/dist/plugin/supertask.js +108 -20
- package/dist/plugin/supertask.js.map +1 -1
- package/dist/web/index.js +0 -1
- package/dist/web/index.js.map +1 -1
- package/dist/worker/index.js +0 -1
- package/dist/worker/index.js.map +1 -1
- package/package.json +1 -1
package/dist/gateway/index.js
CHANGED
|
@@ -14395,7 +14395,6 @@ function getMigrationsFolder() {
|
|
|
14395
14395
|
}
|
|
14396
14396
|
function initDb() {
|
|
14397
14397
|
const dataDir = dirname(DB_FILE_PATH);
|
|
14398
|
-
const dbExisted = existsSync(DB_FILE_PATH);
|
|
14399
14398
|
if (!existsSync(dataDir)) {
|
|
14400
14399
|
mkdirSync(dataDir, { recursive: true });
|
|
14401
14400
|
}
|