mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
argh not again
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = function create_app(src, dest, routes, options) {
|
||||
|
||||
fs.writeFileSync(server_routes, `${imports}\n\n${exports}`);
|
||||
|
||||
const { atime, mtime } = statSync(server_routes);
|
||||
const { atime, mtime } = fs.statSync(server_routes);
|
||||
fs.utimesSync(server_routes, atime.getTime() - 999999, mtime.getTime() - 999999);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user