Game
- Added request when w or s pressed
This commit is contained in:
18
site/game/node_modules/.vite/deps/node_http2-LSZGSR42.js
generated
vendored
Normal file
18
site/game/node_modules/.vite/deps/node_http2-LSZGSR42.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
import {
|
||||
__commonJS
|
||||
} from "./chunk-ZSMWDLMK.js";
|
||||
|
||||
// browser-external:node:http2
|
||||
var require_node_http2 = __commonJS({
|
||||
"browser-external:node:http2"(exports, module) {
|
||||
module.exports = Object.create(new Proxy({}, {
|
||||
get(_, key) {
|
||||
if (key !== "__esModule" && key !== "__proto__" && key !== "constructor" && key !== "splice") {
|
||||
console.warn(`Module "node:http2" has been externalized for browser compatibility. Cannot access "node:http2.${key}" in client code. See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.`);
|
||||
}
|
||||
}
|
||||
}));
|
||||
}
|
||||
});
|
||||
export default require_node_http2();
|
||||
//# sourceMappingURL=node_http2-LSZGSR42.js.map
|
Reference in New Issue
Block a user