Files
interview-demo-code/frontend/admin
Nikita Kiselev c0ca0c731d feat(cron): add scheduled jobs configuration in admin (#59)
* feat(cron): add database schedule jobs instead of file

* feat(cron): add scheduled jobs configuration in admin (#59)

* reformat: fix codestyle (#59)

* reformat: fix codestyle (#59)

* feat: disable cron debug (#59)
2026-02-23 15:17:33 +03:00
..
2025-12-07 19:55:04 +03:00

admin

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Compile and Minify for Production

bun run build

Lint with ESLint

bun lint