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
-13
View File
@@ -1,13 +0,0 @@
{
"name": "roda",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roda",
"version": "1.0.0",
"license": "ISC"
}
}
}
+2 -13
View File
@@ -1,14 +1,3 @@
{
"name": "roda",
"version": "1.0.0",
"description": "Project website untuk menampilkan sorotan dan prestasi karya mahasiswa program studi Informatika Universitas Tanjungpura.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}
"type": "commonjs"
}