feat: add supervisor prototype with embedded frontend
This commit is contained in:
10
internal/static/dist/index.html
vendored
Normal file
10
internal/static/dist/index.html
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Supervisor</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Frontend not built yet. Run make frontend-build.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user