added backend which maintains ai instances;
added frontend as control panel
This commit is contained in:
11
frontend/src/assets/main.css
Normal file
11
frontend/src/assets/main.css
Normal file
@@ -0,0 +1,11 @@
|
||||
body {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user