mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-20 11:34:23 +02:00
revert sqlite
This commit is contained in:
parent
bb7f671ec9
commit
0434d5f081
4
Makefile
4
Makefile
@ -370,10 +370,6 @@ lint-json-fix: node_modules ## lint and fix json files
|
|||||||
watch: ## watch everything and continuously rebuild
|
watch: ## watch everything and continuously rebuild
|
||||||
@bash tools/watch.sh
|
@bash tools/watch.sh
|
||||||
|
|
||||||
.PHONY: watch-sqlite
|
|
||||||
watch-sqlite: ## watch and use sqlite for testing
|
|
||||||
@TAGS="sqlite sqlite_unlock_notify" $(MAKE) watch
|
|
||||||
|
|
||||||
.PHONY: watch-frontend
|
.PHONY: watch-frontend
|
||||||
watch-frontend: node_modules ## start vite dev server for frontend
|
watch-frontend: node_modules ## start vite dev server for frontend
|
||||||
NODE_ENV=development pnpm exec vite
|
NODE_ENV=development pnpm exec vite
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user