ESLint, update vite to 5.0.0 and other dependencies (#63)

* Update vite to 5.0.0 and other dependencies

* Eslint

* Update workflow
This commit is contained in:
Louis Lam
2023-11-18 13:59:40 +08:00
committed by GitHub
parent 5ce6b90546
commit 13c3dac44d
13 changed files with 447 additions and 83 deletions

View File

@ -1,5 +1,4 @@
import { SocketHandler } from "../socket-handler.js";
import { Socket } from "socket.io";
import { DockgeServer } from "../dockge-server";
import { log } from "../log";
import { R } from "redbean-node";