app: 멀티유저 카테고리 보드 및 드래그 이동 추가

Made-with: Cursor
This commit is contained in:
2026-04-13 15:16:52 +09:00
parent 5b83789450
commit 7bb96ef19c
13 changed files with 708 additions and 88 deletions

View File

@@ -8,7 +8,7 @@
VITE_PUBLIC_APP_URL=https://todo.sori.studio
# PocketBase 공개 URL(끝 슬래시 없음). 브라우저가 직접 호출한다
VITE_POCKETBASE_URL=https://api.todo.sori.studio
VITE_POCKETBASE_URL=https://todo-pb.sori.studio
# 로컬에서 PocketBase 컨테이너만 띄울 때 예시(필요 시 위 두 줄 대신 사용)
# VITE_PUBLIC_APP_URL=http://127.0.0.1:5173
@@ -17,3 +17,4 @@ VITE_POCKETBASE_URL=https://api.todo.sori.studio
# docker compose 기본 호스트 포트로 NAS LAN에서 접속할 때(포트는 docker-compose.yaml과 맞출 것)
# VITE_PUBLIC_APP_URL=http://192.168.0.50:42881
# VITE_POCKETBASE_URL=http://192.168.0.50:42917