Skip to content

Commit fdadfef

Browse files
committed
deploy: 배포 환경 설정
1 parent 449bf81 commit fdadfef

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

vite-project/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7+
"install": "npm install --legacy-peer-deps",
78
"dev": "vite",
89
"build": "tsc -b && vite build",
910
"lint": "eslint .",

vite-project/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"buildCommand": "npm install --legacy-peer-deps && npm run build",
3+
"outputDirectory": "dist",
4+
"framework": "vite"
5+
}

0 commit comments

Comments
 (0)