feat: add mock protected api server

This commit is contained in:
2026-04-22 10:52:57 +08:00
parent 668aec45c5
commit 2c7ea3cc45
3 changed files with 123 additions and 0 deletions
+4
View File
@@ -5,9 +5,13 @@
"private": true,
"scripts": {
"build": "node scripts/build.mjs",
"mock:protected-api": "node scripts/mock-protected-api.mjs",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest --passWithNoTests"
},
"dependencies": {
"@logto/chrome-extension": "^0.1.27"
},
"license": "UNLICENSED",
"devDependencies": {
"jsdom": "^29.0.2",