This commit is contained in:
Nikita Sivukhin
2025-09-10 22:48:37 +04:00
parent 11e582c058
commit 0aa9d59438
7 changed files with 1409 additions and 3428 deletions

View File

@@ -31,7 +31,7 @@
"napi-artifacts": "napi artifacts --output-dir .",
"tsc-build": "npm exec tsc",
"build": "npm run napi-build && npm run tsc-build",
"test": "vitest --run",
"test": "VITE_TURSO_DB_URL=http://b--a--a.localhost:10000 vitest --run",
"prepublishOnly": "npm run napi-dirs && npm run napi-artifacts && napi prepublish -t npm"
},
"napi": {
@@ -50,4 +50,4 @@
"imports": {
"#index": "./index.js"
}
}
}