feat: Implement live environment loading and update race storage metadata handling

This commit is contained in:
MaddoScientisto 2026-04-19 16:59:04 +02:00
commit 77e48b8139
8 changed files with 76 additions and 100 deletions

View file

@ -1,6 +1,9 @@
const fs = require('fs');
const path = require('path');
const { expect } = require('@playwright/test');
const { loadLiveEnv } = require('./load-live-env');
loadLiveEnv();
const WORKSPACE_ROOT = path.resolve(__dirname, '..', '..', '..');
const LIVE_SITE_BASE_URL = process.env.LIVE_SITE_BASE_URL || 'https://www.regalamiunsorriso.it';