Add groups page. Update landing Add toastmagic
This commit is contained in:
@@ -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/**'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user