chore(config): 🔧 Update environment variable defaults and validation rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
a98e9301eb
commit
aae586852f
1 changed files with 9 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ export const commonDevices = {
|
|||
export type DevicePreset =
|
||||
| 'desktop'
|
||||
| 'mobile'
|
||||
| 'mobile-chrome-only'
|
||||
| 'tablet'
|
||||
| 'obs-overlay'
|
||||
| 'chromium-only'
|
||||
|
|
@ -233,6 +234,14 @@ function getDeviceProjects(
|
|||
dependencies: setupDependencies,
|
||||
},
|
||||
],
|
||||
'mobile-chrome-only': [
|
||||
{
|
||||
name: 'mobile-chrome',
|
||||
use: { ...devices['Pixel 5'] },
|
||||
testMatch: match,
|
||||
dependencies: setupDependencies,
|
||||
},
|
||||
],
|
||||
tablet: [
|
||||
{
|
||||
name: 'ipad',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue