js2ts: entrance

- j_server_get_status 반환형 수정
- getDateTimeNow 추가
- common에서 TemplateEngine 코드 버그 수정
This commit is contained in:
2021-08-17 01:05:41 +09:00
parent 28d71b8ce2
commit 243473a97d
5 changed files with 329 additions and 7 deletions
+2 -1
View File
@@ -85,7 +85,8 @@ module.exports = [
extensions: [".js", ".ts", ".tsx"]
},
entry: {
'common': './ts/common_deprecated.ts'
'common': './ts/common_deprecated.ts',
'entrance': './ts/entrance.ts',
//test: './ts/test.ts',
},
output: {