mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
update dependencies
This commit is contained in:
parent
566753aafc
commit
f8253fb68e
13 changed files with 537 additions and 222 deletions
|
|
@ -139,11 +139,7 @@ pub fn default_mappings<'a>() -> impl IntoIterator<Item = Mapping<'a>> {
|
|||
"composer/cache",
|
||||
"/home/haze/.composer/cache",
|
||||
),
|
||||
Mapping::new(
|
||||
GlobalWorkDir,
|
||||
"node_modules",
|
||||
"/var/www/html/node_modules",
|
||||
),
|
||||
Mapping::new(GlobalWorkDir, "node_modules", "/var/www/html/node_modules"),
|
||||
Mapping::new(
|
||||
GlobalWorkDir,
|
||||
"phpunit-cache",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue