project-client/scripts/startWatch.mts

11 lines
334 B
TypeScript
Raw Normal View History

/*
* SPDX-License-Identifier: GPL-3.0
2023-07-13 17:03:13 +00:00
* Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors
*/
2023-03-29 23:02:30 +00:00
import "./start";
2023-03-29 23:02:30 +00:00
import { spawnNodeModuleBin } from "./utils/spawn.mjs";
spawnNodeModuleBin("tsx", ["scripts/build/build.mts", "--", "--watch", "--dev"]);