Skip to content

Commit

Permalink
Initial import from Next.js repo
Browse files Browse the repository at this point in the history
  • Loading branch information
matjack1 committed Mar 10, 2020
0 parents commit f8ef935
Show file tree
Hide file tree
Showing 19,226 changed files with 1,804,316 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NEXT_EXAMPLE_CMS_DATOCMS_API_TOKEN=
NEXT_EXAMPLE_CMS_DATOCMS_PREVIEW_SECRET=
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env
.now
36 changes: 36 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"devFiles": [
"static/development/dll/dll_9814ef4e1ae322003944.js",
"static/development/dll/dll_9814ef4e1ae322003944.js.map"
],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"pages": {
"/": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/_app": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/_error": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/_polyfills": [
"static/runtime/polyfills.js",
"static/runtime/polyfills.js.map"
],
"/index": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/posts/[slug]": [
"static/runtime/webpack.js",
"static/runtime/main.js"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"dll_0fb095e325d7ebf261c3","content":{"./node_modules/react-dom/index.js":{"id":"./node_modules/react-dom/index.js","buildMeta":{"providedExports":true}},"./node_modules/react/cjs/react.development.js":{"id":"./node_modules/react/cjs/react.development.js","buildMeta":{"providedExports":true}},"./node_modules/next/dist/build/polyfills/object-assign.js":{"id":"./node_modules/next/dist/build/polyfills/object-assign.js","buildMeta":{"providedExports":true}},"./node_modules/prop-types/checkPropTypes.js":{"id":"./node_modules/prop-types/checkPropTypes.js","buildMeta":{"providedExports":true}},"./node_modules/prop-types/lib/ReactPropTypesSecret.js":{"id":"./node_modules/prop-types/lib/ReactPropTypesSecret.js","buildMeta":{"providedExports":true}},"./node_modules/react/index.js":{"id":"./node_modules/react/index.js","buildMeta":{"providedExports":true}},"./node_modules/react-dom/cjs/react-dom.development.js":{"id":"./node_modules/react-dom/cjs/react-dom.development.js","buildMeta":{"providedExports":true}},"./node_modules/scheduler/index.js":{"id":"./node_modules/scheduler/index.js","buildMeta":{"providedExports":true}},"./node_modules/scheduler/cjs/scheduler.development.js":{"id":"./node_modules/scheduler/cjs/scheduler.development.js","buildMeta":{"providedExports":true}},"./node_modules/scheduler/tracing.js":{"id":"./node_modules/scheduler/tracing.js","buildMeta":{"providedExports":true}},"./node_modules/scheduler/cjs/scheduler-tracing.development.js":{"id":"./node_modules/scheduler/cjs/scheduler-tracing.development.js","buildMeta":{"providedExports":true}}}}
Loading

0 comments on commit f8ef935

Please sign in to comment.