5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
|
// @ts-ignore
|
||
|
import { run } from "../setup"
|
||
|
|
||
|
run("../server/src/index", "../worker/src/index")
|