Files
simplexmq/xftp-web/test/runSetup.ts
T

6 lines
161 B
TypeScript

// Helper script to run globalSetup synchronously before vite build
import setup from './globalSetup.js'
await setup()
console.log('[runSetup] Setup complete')