Skip to content

Commit

Permalink
Merge pull request #2 from pdsuwwz/chore/monorepo-refact
Browse files Browse the repository at this point in the history
🛠 chore: refact monorepo for packages
  • Loading branch information
pdsuwwz authored Apr 28, 2022
2 parents 308e476 + a926a86 commit c0502de
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/backend/index.js → backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const app = express()
const PORT = 4000

const docPath = path.resolve(process.cwd(), '..', 'doc')
console.log('docPath', docPath)

const fileName = '职场新人必读书5本推荐.docx'

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.
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages:
- 'packages/*'
- './frontend'
- './backend'
2 changes: 1 addition & 1 deletion vetur.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
},
projects: [
{
root: './packages/frontend'
root: './frontend'
}
]
}

0 comments on commit c0502de

Please sign in to comment.