refactor(views): improve layout and scroll behavior
- Update Home.vue to use flex layout and proper scrolling - Enhance Logs.vue scrollbar styling and remove redundant padding - Set Vite server to listen on all network interfaces
This commit is contained in:
@@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue'
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 3000,
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
||||
Reference in New Issue
Block a user