Files
2023-02-11 16:25:30 -06:00

4 lines
159 B
Bash

#! /bin/bash
rm -rf dist && mkdir -p dist && cp ./swagger.yaml ./dist && ./node_modules/.bin/tsc --project ./tsconfig.json --watch & ts-node --files index.ts