inital commit

This commit is contained in:
2026-01-01 15:25:19 +05:30
commit f0ae49465a
36361 changed files with 4894111 additions and 0 deletions

21
node_modules/next/dist/client/app-next-dev.js generated vendored Normal file
View File

@@ -0,0 +1,21 @@
// TODO-APP: hydration warning
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
require("./app-webpack");
const _appbootstrap = require("./app-bootstrap");
const _initializeforapprouter = require("./dev/dev-build-indicator/initialize-for-app-router");
(0, _appbootstrap.appBootstrap)(()=>{
const { hydrate } = require('./app-index');
hydrate();
(0, _initializeforapprouter.initializeDevBuildIndicatorForAppRouter)();
});
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=app-next-dev.js.map