Skip to content

Commit a1886a4

Browse files
committed
Update dev-integration.mjs
1 parent b940ee3 commit a1886a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/dev-integration.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
// the API container coming up and Playwright times out the webServer probe.
77

88
import { spawn, spawnSync } from 'node:child_process';
9-
import { fileURLToPath } from 'node:url';
10-
import path from 'node:path';
11-
import { request as httpsRequest } from 'node:https';
129
import { request as httpRequest } from 'node:http';
10+
import { request as httpsRequest } from 'node:https';
11+
import path from 'node:path';
12+
import { fileURLToPath } from 'node:url';
1313

1414
const ROOT = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
1515
const API_URL = process.env.VITE_API_PROXY_TARGET ?? 'https://localhost:5001';

0 commit comments

Comments
 (0)