This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.
기존 데이터베이스의 타임스탬프를 ISO 8601 형식으로 표준화하기 위해 다음 명령을 실행하세요:
npm run migrate:timestamps이 마이그레이션은 다음 작업을 수행합니다:
- POS 상태 이력의 타임스탬프 정규화
- 설정 업데이트 시간 정규화
- 자동화 설정 업데이트 시간 정규화
마이그레이션이 완료되면 .timestamp_migrated 파일이 생성되어 마이그레이션 완료를 표시합니다.