Skip to content

Commit d9694a2

Browse files
committed
chore: import node process explicitly
1 parent d9376d0 commit d9694a2

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

cli/src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env node
2+
import process from 'node:process'
23
import { spawn } from 'node:child_process'
34
import { defineCommand, runMain } from 'citty'
45
import { listen } from 'listhen'

cli/src/npm-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import process from 'node:process'
12
import { exec } from 'node:child_process'
23
import { promisify } from 'node:util'
34
import { logCommand, logSuccess, logError } from './logger.ts'

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import process from 'node:process'
12
import { fileURLToPath } from 'node:url'
23
import { defineConfig, devices } from '@playwright/test'
34
import type { ConfigOptions } from '@nuxt/test-utils/playwright'

0 commit comments

Comments
 (0)