Initial boiler plate project
This commit is contained in:
24
node_modules/next/dist/server/future/route-modules/app-route/module.compiled.js
generated
vendored
Normal file
24
node_modules/next/dist/server/future/route-modules/app-route/module.compiled.js
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
"use strict";
|
||||
if (process.env.NEXT_RUNTIME === "edge") {
|
||||
module.exports = require("next/dist/server/future/route-modules/app-route/module.js");
|
||||
} else {
|
||||
if (process.env.__NEXT_EXPERIMENTAL_REACT) {
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
module.exports = require("next/dist/compiled/next-server/app-route-experimental.runtime.dev.js");
|
||||
} else if (process.env.TURBOPACK) {
|
||||
module.exports = require("next/dist/compiled/next-server/app-route-turbo-experimental.runtime.prod.js");
|
||||
} else {
|
||||
module.exports = require("next/dist/compiled/next-server/app-route-experimental.runtime.prod.js");
|
||||
}
|
||||
} else {
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
module.exports = require("next/dist/compiled/next-server/app-route.runtime.dev.js");
|
||||
} else if (process.env.TURBOPACK) {
|
||||
module.exports = require("next/dist/compiled/next-server/app-route-turbo.runtime.prod.js");
|
||||
} else {
|
||||
module.exports = require("next/dist/compiled/next-server/app-route.runtime.prod.js");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//# sourceMappingURL=module.compiled.js.map
|
||||
Reference in New Issue
Block a user