티스토리 뷰
728x90
1. 설명은 생략한다.
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Nest Launch Program",
"args": [
"${workspaceFolder}/src/main.ts"
],
// "runtimeExecutable": "nest",
"runtimeArgs": [
"--lazy",
"-r",
"ts-node/register",
"-r",
"tsconfig-paths/register"
],
"env": {
"NODE_ENV": "developement"
},
"sourceMaps": true,
"cwd": "${workspaceRoot}",
"console": "integratedTerminal",
}
]
}
728x90
'기록' 카테고리의 다른 글
knex 버전 업데이트 0.14.1 -> 2.3.0 (0) | 2022.11.17 |
---|---|
AWS : Elasticbeanstalk static 아이피 구조로 시스템 설정 (0) | 2022.10.13 |
NestJS, Prisma 설정할 때 몇 가지 정리 (0) | 2022.09.24 |
docker 컨테이너에 Timezone이 안맞는 경우 (0) | 2022.09.18 |
Ubuntu devcontainer에서 github ssh-key 사용하기 (0) | 2022.09.17 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
- 도커 개발환경 참고
- AWS ARN 구조
- Immuability에 관한 설명
- 자바스크립트 멀티 비동기 함수 호출 참고
- WSDL 참고
- SOAP 컨슈머 참고
- MySql dump 사용법
- AWS Lambda with Addon
- NFC 드라이버 linux 설치
- electron IPC
- mifare classic 강의
- go module 관련 상세한 정보
- C 메모리 찍어보기
- C++ Addon 마이그레이션
- JAX WS Header 관련 stackoverflow
- SOAP Custom Header 설정 참고
- SOAP Custom Header
- SOAP BindingProvider
- dispatcher 사용하여 설정
- vagrant kvm으로 사용하기
- git fork, pull request to the …
- vagrant libvirt bridge network
- python, js의 async, await의 차이
- go JSON struct 생성
- Netflix Kinesis 활용 분석
- docker credential problem
- private subnet에서 outbound IP 확…
- 안드로이드 coroutine
- kotlin with, apply, also 등
- 안드로이드 초기로딩이 안되는 경우
- navigation 데이터 보내기
- 레이스 컨디션 navController
- raylib
TAG
- Spring Security
- Security
- Angular
- RestTemplate
- one-to-many
- Spring
- XML
- spring boot
- 스프링
- WebMvc
- form
- MYSQL
- 매핑
- 설정
- jsp
- 로그인
- Validation
- Many-To-Many
- 스프링부트
- 외부파일
- crud
- 설정하기
- 상속
- Rest
- login
- one-to-one
- hibernate
- 자바
- mapping
- 하이버네이트
250x250