Skip to content

Commit

Permalink
refactor(web, admin): migrate to apps
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 20, 2022
1 parent 6b44a37 commit 8ebbe0c
Show file tree
Hide file tree
Showing 262 changed files with 768 additions and 835 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
tsconfigRootDir: __dirname,
project: [
"./tsconfig.eslint.json",
"./apps/*/tsconfig.json",
"./packages/*/tsconfig.json",
"./libs/*/tsconfig.json",
],
Expand Down
1,585 changes: 758 additions & 827 deletions .pnp.cjs

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/admin/package.json → apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "tsc --noEmit"
},
"dependencies": {
"next": "12.3.0",
"next": "^13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"isolatedModules": true,
"jsx": "react"
},
"include": ["./packages"]
"include": ["./apps", "./packages"]
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2604,16 +2604,16 @@ __metadata:
languageName: node
linkType: hard

"admin@workspace:packages/admin":
"admin@workspace:apps/admin":
version: 0.0.0-use.local
resolution: "admin@workspace:packages/admin"
resolution: "admin@workspace:apps/admin"
dependencies:
"@types/node": 18.7.18
"@types/react": 18.0.20
"@types/react-dom": 18.0.6
eslint: 8.23.1
eslint-config-next: 12.3.0
next: 12.3.0
next: ^13.0.0
react: 18.2.0
react-dom: 18.2.0
typescript: 4.8.3
Expand Down Expand Up @@ -5903,7 +5903,7 @@ __metadata:
languageName: node
linkType: hard

"next@npm:12.3.0, next@npm:^12.3.0":
"next@npm:^12.3.0":
version: 12.3.0
resolution: "next@npm:12.3.0"
dependencies:
Expand Down Expand Up @@ -7976,9 +7976,9 @@ __metadata:
languageName: node
linkType: hard

"web@workspace:packages/web":
"web@workspace:apps/web":
version: 0.0.0-use.local
resolution: "web@workspace:packages/web"
resolution: "web@workspace:apps/web"
dependencies:
"@chakra-ui/react": ^2.3.6
"@chakra-ui/styled-system": ^2.3.4
Expand Down

0 comments on commit 8ebbe0c

Please sign in to comment.