remove separate ui service, serve ui with backend
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
This commit is contained in:
5
ui/Justfile
Normal file
5
ui/Justfile
Normal file
@ -0,0 +1,5 @@
|
||||
install:
|
||||
npm install
|
||||
|
||||
build: install
|
||||
npm run build
|
||||
Reference in New Issue
Block a user