mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 00:44:19 +01:00
hack imports of wasm due to the issues in Vite and Next.js build systems
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "npm run build --workspaces",
|
||||
"tsc-build": "npm run tsc-build --workspaces",
|
||||
@@ -11,7 +12,8 @@
|
||||
"packages/browser-common",
|
||||
"sync/packages/common",
|
||||
"sync/packages/native",
|
||||
"sync/packages/browser"
|
||||
"sync/packages/browser",
|
||||
"packages/wasm-runtime"
|
||||
],
|
||||
"version": "0.2.0-pre.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user