mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-18 05:02:23 -06:00
7 lines
181 B
CoffeeScript
7 lines
181 B
CoffeeScript
path = require("path")
|
|
|
|
module.exports = {
|
|
distDir: path.join(process.cwd(), "dist")
|
|
buildDir: path.join(process.cwd(), "build")
|
|
cacheDir: path.join(process.cwd(), "cache")
|
|
} |