Start enforcing the tunnels API (#163187)

* Start enforcing the tunnels API

* Fix API test
This commit is contained in:
Alex Ross
2022-10-10 19:10:24 +02:00
committed by GitHub
parent 96ee91332f
commit 23e6c032af
6 changed files with 19 additions and 31 deletions

View File

@@ -6,7 +6,8 @@
"license": "MIT",
"enableProposedApi": true,
"enabledApiProposals": [
"resolvers"
"resolvers",
"tunnels"
],
"private": true,
"engines": {