mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-27 04:11:01 +00:00
73b5ca7b34
writeFileSync throws ENOENT when the parent directory does not exist in a freshly cloned website repo. Call mkdirSync with recursive:true on the posts dir before writing the file.