mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-11 06:06:59 +00:00
6 lines
161 B
TypeScript
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')
|