1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Move server.js and start-server.js to src/frame (#45767)

This commit is contained in:
Kevin Heis
2023-11-13 09:07:52 -08:00
committed by GitHub
parent 4fd4050a99
commit 694d38ea29
8 changed files with 11 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env node
import { main } from '../../../start-server.js'
import { main } from '#src/frame/start-server.js'
import { PORT, START_JEST_SERVER, isServerHealthy, isPortRunning } from './server-for-jest.js'