fix(app): default project picker to home
This commit is contained in:
parent
81d5a3973d
commit
7865d69001
10 changed files with 31 additions and 8 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import { Context, Effect, Layer } from "effect"
|
||||
import { Info, Ref, response } from "@opencode-ai/schema/location"
|
||||
import { Details, Info, Ref, response } from "@opencode-ai/schema/location"
|
||||
import { Project } from "./project"
|
||||
import { LayerNode } from "@opencode-ai/util/effect/layer-node"
|
||||
import { makeLocationNode, tags } from "@opencode-ai/util/effect/app-node"
|
||||
|
||||
export * as Location from "./location"
|
||||
|
||||
export { Info, Ref, response }
|
||||
export { Details, Info, Ref, response }
|
||||
|
||||
export interface Interface extends Info {
|
||||
readonly vcs?: Project.Vcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue