···11#!/usr/bin/env node
22+import process from 'node:process'
23import { spawn } from 'node:child_process'
34import { defineCommand, runMain } from 'citty'
45import { listen } from 'listhen'
+1
cli/src/npm-client.ts
···11+import process from 'node:process'
12import { exec } from 'node:child_process'
23import { promisify } from 'node:util'
34import { logCommand, logSuccess, logError } from './logger.ts'
+1
playwright.config.ts
···11+import process from 'node:process'
12import { fileURLToPath } from 'node:url'
23import { defineConfig, devices } from '@playwright/test'
34import type { ConfigOptions } from '@nuxt/test-utils/playwright'