모바일 화면에서 숫자 입력창 실행시 문제가 화면 위에 보여지도록 수정
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"postbuild": "mkdir -p .next/standalone/.next && cp -R .next/static .next/standalone/.next/static",
|
||||
"start": "next start",
|
||||
"test": "vitest run",
|
||||
"lint": "next lint"
|
||||
|
||||
Reference in New Issue
Block a user