mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
fix: use devdep
This commit is contained in:
parent
0e83c8b051
commit
f0eaf34323
3 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
import { defineConfig } from 'unlighthouse';
|
||||
|
||||
export default defineConfig({
|
||||
site: process.env.SITE_URL || 'http://localhost:5173/',
|
||||
site: process.env.SCAN_URL || 'http://localhost:5173/',
|
||||
scanner: {
|
||||
samples: 1,
|
||||
throttle: true
|
||||
|
@ -10,7 +10,7 @@ export default defineConfig({
|
|||
{
|
||||
name: 'pb_auth',
|
||||
value: process.env.AUTH_COOKIE || '',
|
||||
domain: 'localhost',
|
||||
domain: process.env.SCAN_URL || 'http://localhost:5173/',
|
||||
path: '/',
|
||||
sameSite: 'Lax'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue