mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-24 15:06:40 +02:00
feat(backend): add building script and fix paths
This commit is contained in:
parent
380933e710
commit
38c41d0798
3 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,9 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "ts-node src/app.ts"
|
||||
"dev": "ts-node src/app.ts",
|
||||
"build": "rm -rf dist && tsc",
|
||||
"start": "node ./dist/app.js"
|
||||
},
|
||||
"author": "DCsunset",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue