Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
12
node_modules/next/dist/esm/server/node-environment.js
generated
vendored
Normal file
12
node_modules/next/dist/esm/server/node-environment.js
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// This file should be imported before any others. It sets up the environment
|
||||
// for later imports to work properly.
|
||||
import './node-environment-baseline';
|
||||
// Import as early as possible so that unexpected errors in other extensions are properly formatted.
|
||||
// Has to come after baseline since error-inspect requires AsyncLocalStorage that baseline provides.
|
||||
import './node-environment-extensions/error-inspect';
|
||||
import './node-environment-extensions/random';
|
||||
import './node-environment-extensions/date';
|
||||
import './node-environment-extensions/web-crypto';
|
||||
import './node-environment-extensions/node-crypto';
|
||||
|
||||
//# sourceMappingURL=node-environment.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue