반응형
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 |
29 | 30 | 31 |
Tags
- 웹예제
- html5popup
- NFT개발
- html5디자인예제
- 웹디자인예제
- NFT솔라나
- 솔라나cookbook
- 솔라나NFT
- 포트폴리오
- 솔라나
- html5기초
- nft예제
- 포트폴리오예제
- solanaNFT
- HTML5
- html5배경만들기
- NFT
- PostgresSQL
- html5포트폴리오예제
- 이중화
- html5웹디자인
- html5기초예제
- html5웹디자인예제
- pgpool
- 서버
- html5글자효과
- html5예제
- grpc
- 솔라나개발
- 웹디자인
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