chore(net): add back get-network-address module to fix http@1.0.5/file-server (#5970)

This commit is contained in:
Yoshiya Hinosawa 2024-09-13 01:48:17 +09:00 committed by GitHub
parent d35803f4f8
commit ad67a17c3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
"exports": {
".": "./mod.ts",
"./get-available-port": "./get_available_port.ts",
"./get-network-address": "./unstable_get_network_address.ts",
"./unstable-get-network-address": "./unstable_get_network_address.ts"
}
}