pub async fn get_file_mtime(file_path: &str) -> u64
Get a file’s modification time (mtimeMs), falling back to Date.now() if the file doesn’t exist.