Add basic D1 support
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "cryptopad",
|
||||
"version": "0.0.0",
|
||||
"devDependencies": {
|
||||
"better-sqlite3": "^8.0.1",
|
||||
"jest": "^29.5.0",
|
||||
"wrangler": "2.12.3"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "wrangler pages dev static --d1=D1DB --persist",
|
||||
"deploy": "wrangler pages publish static --project-name cryptopad"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user