반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 서버
- 웹디자인
- grpc
- nft예제
- html5배경만들기
- html5포트폴리오예제
- html5예제
- html5popup
- html5웹디자인예제
- 솔라나개발
- 포트폴리오
- html5글자효과
- 웹디자인예제
- NFT솔라나
- 솔라나NFT
- NFT개발
- 솔라나cookbook
- 웹예제
- html5기초예제
- pgpool
- NFT
- html5기초
- 솔라나
- html5디자인예제
- html5웹디자인
- HTML5
- solanaNFT
- 이중화
- 포트폴리오예제
- PostgresSQL
Archives
- Today
- Total
Scikit Web
nodejs simple script example 본문
728x90
반응형
async function main() {
console.log('start scripts');
(async () => {
})();
}
main().catch((error) => {
console.error(error);
process.exitCode = 1;
});
node [file name]
728x90
반응형
'Backend > Node.js' 카테고리의 다른 글
Error [ERR_REQUIRE_ESM]: require() of ES Module (0) | 2023.09.07 |
---|---|
XLXS Server Side Download (0) | 2023.09.04 |
Node.js Express + NextJS + Typescript (0) | 2022.08.18 |
Comments