You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ endif
41
41
# Include formatting rules
42
42
include fmt.mk
43
43
44
-
.PHONY: all build dev start clean clean-cache help
44
+
.PHONY: all build dev start clean help
45
45
.PHONY: build-renderer version build-icons build-static
46
46
.PHONY: lint lint-fix typecheck static-check
47
47
.PHONY: test test-unit test-integration test-watch test-coverage test-e2e
@@ -116,10 +116,6 @@ dev: node_modules/.installed build-main ## Start development server (Vite + tsgo
116
116
"vite"
117
117
endif
118
118
119
-
clean-cache: ## Clean Vite cache (helps with EMFILE errors on Windows)
120
-
@echo "Cleaning Vite cache..."
121
-
@rm -rf node_modules/.vite
122
-
123
119
ifeq ($(OS),Windows_NT)
124
120
dev-server: node_modules/.installed build-main ## Start server mode with hot reload (backend :3000 + frontend :5173). Use VITE_HOST=0.0.0.0 BACKEND_HOST=0.0.0.0 for remote access
0 commit comments