Spaces:
Configuration error
Configuration error
feat(extension): vite config includes ollama-bridge content script in build
Browse files
openprompt-extension/vite.config.ts
CHANGED
|
@@ -15,6 +15,7 @@ function buildContentScriptsPlugin() {
|
|
| 15 |
'mistral',
|
| 16 |
'copilot',
|
| 17 |
'openprompt-site',
|
|
|
|
| 18 |
];
|
| 19 |
|
| 20 |
for (const script of contentScripts) {
|
|
|
|
| 15 |
'mistral',
|
| 16 |
'copilot',
|
| 17 |
'openprompt-site',
|
| 18 |
+
'ollama-bridge',
|
| 19 |
];
|
| 20 |
|
| 21 |
for (const script of contentScripts) {
|