refactor: background task support

This commit is contained in:
Dobin
2024-03-08 11:46:55 +00:00
parent 387862866b
commit 03291aed98
5 changed files with 50 additions and 19 deletions
+18
View File
@@ -0,0 +1,18 @@
<html>
<head>
<title>Building</title>
<meta http-equiv="refresh" content="1">
</head>
<body>
<p>
Building {{project_name}}, please wait...
</p>
<p>
This page automatically refreshes every 1 seconds until the building is finished
</p>
Log:
<pre>{{logdata}}</pre>
</body>
</html>