Vendor opencode source for docker build
This commit is contained in:
5
opencode/packages/desktop/src/entry.tsx
Normal file
5
opencode/packages/desktop/src/entry.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
if (location.pathname === "/loading") {
|
||||
import("./loading")
|
||||
} else {
|
||||
import("./")
|
||||
}
|
||||
Reference in New Issue
Block a user