Use RODA server for dashboard proxy

This commit is contained in:
GuavaPopper
2026-06-05 17:04:04 +07:00
parent 1a90411509
commit f5dfb68bcc
3 changed files with 28 additions and 13 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
"type": "module",
"description": "Student-safe static page assignment kit for Informatika UNTAN",
"scripts": {
"dev": "vite",
"dev": "node groups/RODA/server.js",
"dev:vite": "vite",
"dev:roda": "node groups/RODA/server.js",
"build": "vite build",
"test:tapops": "node --test groups/Tapops/tests/*.test.mjs",
"preview": "vite preview"