2023-04-10 20:05:21 +00:00
|
|
|
/*
|
|
|
|
* 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
|
2023-04-10 20:05:21 +00:00
|
|
|
* Copyright (c) 2023 Vendicated and Vencord contributors
|
|
|
|
*/
|
2023-03-29 23:02:30 +00:00
|
|
|
|
2023-04-10 20:05:21 +00:00
|
|
|
import "./start";
|
2023-03-29 23:02:30 +00:00
|
|
|
|
2023-04-10 20:05:21 +00:00
|
|
|
import { spawnNodeModuleBin } from "./utils/spawn.mjs";
|
|
|
|
spawnNodeModuleBin("tsx", ["scripts/build/build.mts", "--", "--watch", "--dev"]);
|