Add group creation and show current groups

This commit is contained in:
2026-03-02 00:19:55 +01:00
parent e405fec5c2
commit 4bdaf7a8ab
19 changed files with 1010 additions and 160 deletions

View File

@@ -11,14 +11,6 @@ export default defineConfig({
tailwindcss(),
],
server: {
host: '127.0.0.1',
port: 5173,
strictPort: true,
hmr: {
host: 'sendit.test',
protocol: 'ws',
port: 5173,
},
watch: {
ignored: ['**/storage/framework/views/**'],
},