📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 16:06:38
📂
/ (Root)
/
home
/
supecsoq
/
.trash
/
node_modules
/
next
/
dist
/
shared
/
lib
📍 /home/supecsoq/.trash/node_modules/next/dist/shared/lib
🔄 Refresh
✏️
Editing: runtime-config.external.js
Writable
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 0 && (module.exports = { default: null, setConfig: null }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: all[name] }); } _export(exports, { /** * @deprecated Runtime config is deprecated and will be removed in Next.js 16. */ default: function() { return _default; }, setConfig: function() { return setConfig; } }); let runtimeConfig; const _default = ()=>{ return runtimeConfig; }; function setConfig(configValue) { runtimeConfig = configValue; } //# sourceMappingURL=runtime-config.external.js.map
💾 Save Changes
❌ Cancel