Use RODA server for dashboard proxy
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user