Skip to content

Commit 27a1849

Browse files
committed
🔧: pnpm으로 mono-repo 구현
1 parent ec8c25c commit 27a1849

File tree

5 files changed

+12468
-0
lines changed

5 files changed

+12468
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node-linker=hoisted

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "trendgarage",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"workspaces": [
7+
"front"
8+
],
9+
"scripts": {
10+
"start": "pnpm --filter front run start",
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
17+
}

0 commit comments

Comments
 (0)