Add unit tests, revert vite base path change

Signed-off-by: Ryan Emmick <ryanemmick4@gmail.com>
This commit is contained in:
Ryan Emmick
2026-02-11 12:36:30 -06:00
parent 98f63c7172
commit 8642646fa7
4 changed files with 389 additions and 1 deletions

View File

@@ -102,7 +102,6 @@ export default ({
console.log("Allowed vite paths:", allow);
return {
base: "./",
server: {
port: 3000,
fs: { allow },