Skip to content

Commit

Permalink
deploy: 배포 파일 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
dvp-tae committed Oct 24, 2024
1 parent d428fd2 commit 3bfe39e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
cd ../
mkdir output
cp -R ./claco-client/* ./output
cp -R ./output ./claco-client/
3 changes: 3 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}

0 comments on commit 3bfe39e

Please sign in to comment.