mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
add node_modules mapping
This commit is contained in:
parent
572d836a73
commit
794c9cac3d
1 changed files with 5 additions and 0 deletions
|
|
@ -139,6 +139,11 @@ pub fn default_mappings<'a>() -> impl IntoIterator<Item = Mapping<'a>> {
|
||||||
"composer/cache",
|
"composer/cache",
|
||||||
"/home/haze/.composer/cache",
|
"/home/haze/.composer/cache",
|
||||||
),
|
),
|
||||||
|
Mapping::new(
|
||||||
|
GlobalWorkDir,
|
||||||
|
"node_modules",
|
||||||
|
"/var/www/html/node_modules",
|
||||||
|
),
|
||||||
Mapping::new(
|
Mapping::new(
|
||||||
GlobalWorkDir,
|
GlobalWorkDir,
|
||||||
"phpunit-cache",
|
"phpunit-cache",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue