Merge branch 'main' into re-export-component-client
This commit is contained in:
commit
0c3a85f2e3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
||||||
"test-fn": "mocha --exit --timeout 20000 test/functions/",
|
"test-fn": "mocha --exit --timeout 20000 test/functions/",
|
||||||
"test-edge": "deno test --allow-run --allow-read --allow-net ./test/edge-functions/",
|
"test-edge": "deno test --allow-run --allow-read --allow-net ./test/edge-functions/",
|
||||||
"test": "npm run test-fn && npm run test-edge"
|
"test": "npm run test-fn"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/webapi": "^0.12.0",
|
"@astrojs/webapi": "^0.12.0",
|
||||||
|
|
Loading…
Reference in a new issue