Skip to content

Commit 59f033b

Browse files
committed
feat: add Monaco Editor component with initial setup and integrate into Ollama Tools
1 parent c23bb64 commit 59f033b

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

app/ollama-tools/ollama-tools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const tools = [
1818
}
1919
}
2020
}
21-
]
21+
];
2222

2323
export default class OllamaToolsView extends HTMLElement {
2424
static tag = "ollama-tools-view";

components/monaco-editor/monaco-editor.css

Whitespace-only changes.

components/monaco-editor/monaco-editor.html

Whitespace-only changes.

components/monaco-editor/monaco-editor.js

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": {
3+
"monaco-editor": "^0.52.2"
4+
}
5+
}

components/monaco-editor/require.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)