Skip to content

Commit 0208dfd

Browse files
committed
Continue optimizations
1 parent 23e1e36 commit 0208dfd

File tree

11 files changed

+81
-529
lines changed

11 files changed

+81
-529
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ doc:
4141
@mv typedoc $(TYPEDOC_DIR)
4242

4343
serve:
44-
@vite --config utils/vite.config.js & \
44+
@node_modules/.bin/vite --config utils/vite.config.js & \
4545
node --watch ./utils/express.js & \
4646
wait
4747

0 commit comments

Comments
 (0)