mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 08:24:19 +01:00
add basic examples for database-wasm package
This commit is contained in:
19
bindings/javascript/examples/database-wasm-vite/package.json
Normal file
19
bindings/javascript/examples/database-wasm-vite/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "database-wasm-vite",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "node server.mjs"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"vite": "^7.1.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tursodatabase/database-wasm": "^0.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user