Add groups page. Update landing Add toastmagic

This commit is contained in:
joeplikestocode
2026-02-28 21:46:08 +01:00
parent 09b2b988f7
commit e405fec5c2
24 changed files with 2000 additions and 17 deletions

View File

@@ -11,6 +11,14 @@ 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/**'],
},