Skip to content

Commit

Permalink
- fix: add missing window to vite config (#492)
Browse files Browse the repository at this point in the history
* - fix: add missing window to vite config

* - cicd: version bump to v0.8.14
  • Loading branch information
agallardol authored Oct 11, 2024
1 parent de5e7eb commit fa18d76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/shinkai-desktop/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default defineConfig(() => ({
'src/windows/shinkai-node-manager/index.html',
),
spotlight: resolve(__dirname, 'src/windows/spotlight/index.html'),
coordinator: resolve(__dirname, 'src/windows/coordinator/index.html'),
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shinkai/source",
"version": "0.8.13",
"version": "0.8.14",
"license": "SEE LICENSE IN LICENSE",
"files": [
"LICENSE"
Expand Down

0 comments on commit fa18d76

Please sign in to comment.