mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Expand layout
This commit is contained in:
@@ -5,7 +5,7 @@ import laravel from 'laravel-vite-plugin';
|
||||
import fs from 'fs';
|
||||
|
||||
|
||||
const host = 'firefly.sd.local';
|
||||
const host = '127.0.0.1';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
@@ -25,10 +25,10 @@ export default defineConfig({
|
||||
allowedHosts: '*.sd.local',
|
||||
host: '0.0.0.0',
|
||||
hmr: {host},
|
||||
cors: true,
|
||||
https: {
|
||||
key: fs.readFileSync(`/vagrant/tls-certificates/wildcard.sd.local.key`),
|
||||
cert: fs.readFileSync(`/vagrant/tls-certificates/wildcard.sd.local.crt`),
|
||||
},
|
||||
cors: true
|
||||
// https: {
|
||||
// key: fs.readFileSync(`/Users/sander/Sites/vm/tls-certificates/wildcard.sd.local.key`),
|
||||
// cert: fs.readFileSync(`/Users/sander/Sites/vm/tls-certificates/wildcard.sd.local.crt`),
|
||||
// },
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user