Initial import of sproutblog
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "sproutblog",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "npx wrangler dev",
|
||||
"deploy": "npx wrangler deploy",
|
||||
"typecheck": "node --check worker.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user