- Added request when w or s pressed
This commit is contained in:
edbernar
2024-08-07 16:22:47 +02:00
parent 5f5b164ccb
commit 7c3378ed41
64 changed files with 103535 additions and 32 deletions

21
site/game/node_modules/.vite/deps/chunk-OZBCPRVH.js generated vendored Normal file
View File

@ -0,0 +1,21 @@
import {
__commonJS
} from "./chunk-ZSMWDLMK.js";
// browser-external:node:https
var require_node_https = __commonJS({
"browser-external:node:https"(exports, module) {
module.exports = Object.create(new Proxy({}, {
get(_, key) {
if (key !== "__esModule" && key !== "__proto__" && key !== "constructor" && key !== "splice") {
console.warn(`Module "node:https" has been externalized for browser compatibility. Cannot access "node:https.${key}" in client code. See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.`);
}
}
}));
}
});
export {
require_node_https
};
//# sourceMappingURL=chunk-OZBCPRVH.js.map