diff options
| author | Jay V <[email protected]> | 2025-08-27 16:02:30 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-27 16:02:32 -0400 |
| commit | 335941737804b0eacd74c0cb8b56f37f13b1ea36 (patch) | |
| tree | 19520843f0f35dcd6d3b6807151c2492985101f5 /cloud/app/src/entry-server.tsx | |
| parent | 8381760b27f60efc62176958a1000aa6e8e1ff9e (diff) | |
| download | opencode-335941737804b0eacd74c0cb8b56f37f13b1ea36.tar.gz opencode-335941737804b0eacd74c0cb8b56f37f13b1ea36.zip | |
ignore: cloud
Diffstat (limited to 'cloud/app/src/entry-server.tsx')
| -rw-r--r-- | cloud/app/src/entry-server.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cloud/app/src/entry-server.tsx b/cloud/app/src/entry-server.tsx index eb8aea1e8..4482a6fa4 100644 --- a/cloud/app/src/entry-server.tsx +++ b/cloud/app/src/entry-server.tsx @@ -1,5 +1,5 @@ // @refresh reload -import { createHandler, StartServer } from "@solidjs/start/server"; +import { createHandler, StartServer } from "@solidjs/start/server" export default createHandler(() => ( <StartServer @@ -11,11 +11,11 @@ export default createHandler(() => ( <link rel="icon" href="/favicon.ico" /> {assets} </head> - <body data-color-mode="dark"> + <body> <div id="app">{children}</div> {scripts} </body> </html> )} /> -)); +)) |
