This commit is contained in:
Aleksander Wilczyński 2024-08-07 20:08:46 +02:00
parent 01bba3635c
commit 08311fb417
Signed by untrusted user: alekswilc
GPG Key ID: D4464A248E5F27FE

View File

@ -3,7 +3,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"postbuild": "copyfiles --error --up 1 src/http/views/** dist",
"postbuild": "copyfiles --error --up 1 src/http/views/**/* src/http/views/* dist",
"dev": "npm run build && doppler run node dist"
},
"author": "Aleksander <alekswilc> Wilczyński",