Update app/index.ts
Some checks failed
/ print-content (push) Failing after 5s

This commit is contained in:
암냥 2026-04-05 10:26:34 +00:00
commit 7573a42f14

View file

@ -9,8 +9,8 @@ async function main() {
const YYYY = now.getFullYear();
const MM = String(now.getMonth() + 1).padStart(2, '0');
const DD = String(now.getDate()).padStart(2, '0');
// const YYMMDD = `${YYYY}${MM}${DD}`;
const YYMMDD = `20260403`;
const YYMMDD = `${YYYY}${MM}${DD}`;
// const YYMMDD = `20260403`;
// getDay(): 일(0) ~ 토(6)
// comcigan.ts 라이브러리 기준에 맞춰 weekday 설정 필요