mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
decaffeinate: Run post-processing cleanups on settings.test.coffee
This commit is contained in:
parent
8c984a77c4
commit
85920b3120
1 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
/* eslint-disable
|
||||
no-path-concat,
|
||||
*/
|
||||
// TODO: This file was created by bulk-decaffeinate.
|
||||
// Fix any style issues and re-enable lint.
|
||||
const Path = require("path");
|
||||
|
||||
module.exports = {
|
||||
|
@ -16,14 +21,14 @@ module.exports = {
|
|||
path: {
|
||||
compilesDir: Path.resolve(__dirname + "/../../../compiles"),
|
||||
clsiCacheDir: Path.resolve(__dirname + "/../../../cache"),
|
||||
//synctexBaseDir: (project_id) -> Path.join(@compilesDir, project_id)
|
||||
// synctexBaseDir: (project_id) -> Path.join(@compilesDir, project_id)
|
||||
synctexBaseDir() { return "/compile"; },
|
||||
sandboxedCompilesHostDir: process.env['SANDBOXED_COMPILES_HOST_DIR']
|
||||
sandboxedCompilesHostDir: process.env.SANDBOXED_COMPILES_HOST_DIR
|
||||
},
|
||||
|
||||
clsi: {
|
||||
//strace: true
|
||||
//archive_logs: true
|
||||
// strace: true
|
||||
// archive_logs: true
|
||||
commandRunner: "docker-runner-sharelatex",
|
||||
latexmkCommandPrefix: ["/usr/bin/time", "-v"], // on Linux
|
||||
docker: {
|
||||
|
|
Loading…
Reference in a new issue