mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
use wasm-runtime from NPM instead of patched sources
This commit is contained in:
@@ -17,7 +17,6 @@ from pathlib import Path
|
||||
# Define all npm package paths in one place
|
||||
NPM_PACKAGES = [
|
||||
"bindings/javascript",
|
||||
"bindings/javascript/packages/wasm-runtime",
|
||||
"bindings/javascript/packages/common",
|
||||
"bindings/javascript/packages/native",
|
||||
"bindings/javascript/packages/browser",
|
||||
@@ -28,7 +27,6 @@ NPM_PACKAGES = [
|
||||
]
|
||||
|
||||
NPM_WORKSPACE_PACKAGES = [
|
||||
"@tursodatabase/wasm-runtime",
|
||||
"@tursodatabase/database-common",
|
||||
"@tursodatabase/database-browser-common",
|
||||
"@tursodatabase/sync-common",
|
||||
|
||||
Reference in New Issue
Block a user