amis-rpc-design/node_modules/@react-native-community/cli-server-api/build/statusPageMiddleware.js.map
2023-10-07 19:42:30 +08:00

1 line
815 B
Plaintext

{"version":3,"names":["statusPageMiddleware","_req","res","end"],"sources":["../src/statusPageMiddleware.ts"],"sourcesContent":["/**\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport http from 'http';\n\n/**\n * Status page so that anyone who needs to can verify that the packager is\n * running on 8081 and not another program / service.\n */\nexport default function statusPageMiddleware(\n _req: http.IncomingMessage,\n res: http.ServerResponse,\n) {\n res.end('packager-status:running');\n}\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;AAGA;AACA;AACA;AACA;AACe,SAASA,oBAAoB,CAC1CC,IAA0B,EAC1BC,GAAwB,EACxB;EACAA,GAAG,CAACC,GAAG,CAAC,yBAAyB,CAAC;AACpC"}