mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +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.