mirror of
https://github.com/idanoo/autobrr
synced 2025-07-24 01:09:13 +00:00
feat: add webui
This commit is contained in:
parent
a838d994a6
commit
773e57afe6
59 changed files with 19794 additions and 0 deletions
12
web/src/state/state.ts
Normal file
12
web/src/state/state.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { atom } from "recoil";
|
||||
|
||||
export const configState = atom({
|
||||
key: "configState",
|
||||
default: {
|
||||
host: "127.0.0.1",
|
||||
port: 8989,
|
||||
base_url: "",
|
||||
log_path: "",
|
||||
log_level: "DEBUG",
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue