Add basic D1 support

This commit is contained in:
Your Name
2023-03-15 19:27:25 -04:00
parent 7acd546481
commit bdda2bcb8d
8 changed files with 9238 additions and 1 deletions

14
package.json Normal file
View 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"
}
}