mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
setup rspack
Co-authored-by: Percs <Percslol@users.noreply.github.com>
This commit is contained in:
parent
b448c5505b
commit
146c202ae2
5 changed files with 2847 additions and 144 deletions
|
@ -69,7 +69,7 @@ fastify.listen({
|
|||
port: process.env.PORT || 1337
|
||||
});
|
||||
|
||||
const watch = spawn("pnpm", ["rollup", "-c", "-w"], { detached: true, cwd: process.cwd() });
|
||||
const watch = spawn("pnpm", ["rspack", "-w"], { detached: true, cwd: process.cwd() });
|
||||
|
||||
watch.stdout.on("data", (data) => {
|
||||
console.log(`${data}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue