feat(plugin): add v2 effect host (#33111)
This commit is contained in:
parent
7a9337da8a
commit
c780d7cee7
139 changed files with 3740 additions and 1943 deletions
8
packages/plugin/src/v2/effect/path.ts
Normal file
8
packages/plugin/src/v2/effect/path.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export interface Path {
|
||||
readonly home: string
|
||||
readonly data: string
|
||||
readonly cache: string
|
||||
readonly config: string
|
||||
readonly state: string
|
||||
readonly temp: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue