mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
9 lines
82 B
Bash
9 lines
82 B
Bash
#!/bin/bash
|
|
|
|
set -m
|
|
|
|
node webserver.js &
|
|
|
|
ts-node --transpile-only index.ts
|
|
|
|
fg %1 |