mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 13:14:54 +00:00
always write to .sapper, not templates, since we cant guarantee fs access
This commit is contained in:
@@ -11,6 +11,4 @@ exports.dest = path.resolve(
|
||||
process.env.SAPPER_DEST || '.sapper'
|
||||
);
|
||||
|
||||
exports.main_built = path.resolve('templates/.main.tmp.js');
|
||||
|
||||
exports.server_routes = path.resolve(exports.dest, 'server-routes.js');
|
||||
Reference in New Issue
Block a user