Commit Graph

2 Commits

Author SHA1 Message Date
siujamo 531dc6e9aa fix: replace process.env.NODE_ENV with import.meta.env.DEV
Deploy to Vercel / deploy (push) Failing after 1m14s
process.env is not available in the browser tsconfig without
@types/node. import.meta.env.DEV is Vite's built-in equivalent.
2026-06-08 16:54:35 +08:00
siujamo b7ecd69469 feat: added i18n 2026-01-19 14:45:49 +08:00