opencode-supertask 0.1.2 → 0.1.4
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 +32 -15
- 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 +22 -6
- 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/web/index.js
CHANGED
|
@@ -16571,7 +16571,6 @@ function getMigrationsFolder() {
|
|
|
16571
16571
|
}
|
|
16572
16572
|
function initDb() {
|
|
16573
16573
|
const dataDir = dirname(DB_FILE_PATH);
|
|
16574
|
-
const dbExisted = existsSync(DB_FILE_PATH);
|
|
16575
16574
|
if (!existsSync(dataDir)) {
|
|
16576
16575
|
mkdirSync(dataDir, { recursive: true });
|
|
16577
16576
|
}
|