update readme

This commit is contained in:
MarSeventh
2024-08-19 18:40:23 +08:00
parent 315154ac7f
commit 4e2c8d99e6
2 changed files with 49 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
"scripts": {
"ci-test": "concurrently --kill-others \"npm start\" \"wait-on http://localhost:8080 && mocha\"",
"test": "mocha",
"start": "npx wrangler pages dev ./ --kv \"img_url\" --port 8080 --binding BASIC_USER=admin --binding BASIC_PASS=123 --persist-to ./data"
"start": "npx wrangler pages dev ./ --kv \"img_url\" --port 8080 --persist-to ./data"
},
"dependencies": {
"@cloudflare/pages-plugin-sentry": "^1.1.3",