feat: add admin console and review workflow
This commit is contained in:
+2
-1
@@ -1,12 +1,13 @@
|
||||
SHELL := /bin/bash
|
||||
|
||||
APP_PORT ?= 18080
|
||||
DATA_FILES := ../data/classnotes.txt ../data/学生课时账户.md
|
||||
DATA_FILES := ../data/classnotes.txt ../data/学生课时账户.md $(wildcard ../data/admin_tasks.json)
|
||||
|
||||
.PHONY: check smoke data-hash build up ps health deploy logs install-gitea-backup
|
||||
|
||||
check:
|
||||
node --check app/static/app.js
|
||||
node --check app/static/admin.js
|
||||
python3 -m py_compile app/main.py app/data.py
|
||||
|
||||
smoke:
|
||||
|
||||
Reference in New Issue
Block a user