Skip to content

Commit 2b57624

Browse files
committed
turborepo structure
1 parent 2ef6a46 commit 2b57624

File tree

12,036 files changed

+2610028
-593
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,036 files changed

+2610028
-593
lines changed

.eslintrc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"extends": ["next/core-web-vitals", "eslint:recommended"]
2+
"root": true,
3+
// This tells ESLint to load the config from the package `eslint-config-custom`
4+
"extends": ["next/core-web-vitals", "eslint:recommended"],
5+
"settings": {
6+
"next": {
7+
"rootDir": ["apps/*/"]
8+
}
9+
}
310
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ next-env.d.ts
3434

3535
# vscode
3636
.vscode
37+
38+
dist/**
File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"pages": {
3+
"/page": [
4+
"static/chunks/webpack.js",
5+
"static/chunks/main-app.js",
6+
"static/css/app/page.css",
7+
"static/chunks/app/page.js"
8+
],
9+
"/layout": [
10+
"static/chunks/webpack.js",
11+
"static/chunks/main-app.js",
12+
"static/css/app/layout.css",
13+
"static/chunks/app/layout.js"
14+
]
15+
}
16+
}

apps/web/.next/build-manifest.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [],
9+
"lowPriorityFiles": [
10+
"static/development/_buildManifest.js",
11+
"static/development/_ssgManifest.js"
12+
],
13+
"rootMainFiles": [
14+
"static/chunks/webpack.js",
15+
"static/chunks/main-app.js"
16+
],
17+
"pages": {
18+
"/_app": [
19+
"static/chunks/webpack.js",
20+
"static/chunks/main.js",
21+
"static/chunks/pages/_app.js"
22+
],
23+
"/_error": [
24+
"static/chunks/webpack.js",
25+
"static/chunks/main.js",
26+
"static/chunks/pages/_error.js"
27+
]
28+
},
29+
"ampFirstPages": []
30+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/fallback/react-refresh.js"
7+
],
8+
"ampDevFiles": [
9+
"static/chunks/fallback/webpack.js",
10+
"static/chunks/fallback/amp.js"
11+
],
12+
"lowPriorityFiles": [],
13+
"rootMainFiles": [],
14+
"pages": {
15+
"/_app": [
16+
"static/chunks/fallback/webpack.js",
17+
"static/chunks/fallback/main.js",
18+
"static/chunks/fallback/pages/_app.js"
19+
],
20+
"/_error": [
21+
"static/chunks/fallback/webpack.js",
22+
"static/chunks/fallback/main.js",
23+
"static/chunks/fallback/pages/_error.js"
24+
]
25+
},
26+
"ampFirstPages": []
27+
}

apps/web/.next/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "commonjs"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

apps/web/.next/server/client-reference-manifest.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)