fix: run RODA with Vite dev

This commit is contained in:
GuavaPopper
2026-06-05 17:55:51 +07:00
parent f5dfb68bcc
commit e18641ff52
6 changed files with 116 additions and 82 deletions
+3
View File
@@ -0,0 +1,3 @@
import { startDevServers } from './dev-runner.js';
startDevServers();