mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(config): improve container detection (#420)
fix(config): detect container
This commit is contained in:
parent
8457222b28
commit
765215270a
3 changed files with 80 additions and 42 deletions
|
@ -13,5 +13,14 @@ bin
|
|||
config
|
||||
test
|
||||
web/*
|
||||
!web/public
|
||||
!web/src
|
||||
!web/build*
|
||||
#!web/build.go
|
||||
!web/package.json
|
||||
!web/yarn.lock
|
||||
!web/.yarnrc.yml
|
||||
!web/.yarn/releases
|
||||
!web/.eslintrc.js
|
||||
!web/postcss.config.js
|
||||
!web/tailwind.config.js
|
||||
!web/tsconfig.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue