Merge branch 'main' into develop

This commit is contained in:
SAITO-PC-3\saito.k 2024-05-08 15:55:30 +09:00
commit 3ea84a3597

View File

@ -4,7 +4,7 @@
"description": "",
"main": "dist/src/functions/*.js",
"scripts": {
"build": "tsc",
"build": "tsc && mkdir -p dist/src/templates && cp -r /app/dictation_function/src/templates/* dist/src/templates/",
"watch": "tsc -w",
"clean": "rimraf dist",
"prestart": "npm run clean && npm run build",