Skip to content

Commit

Permalink
feat: added sql, startup items now create folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Mar 9, 2023
1 parent 455fc23 commit c7a785a
Show file tree
Hide file tree
Showing 8 changed files with 498 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# ChatGPT-desktop
# ChatGPT-Desktop
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ChatGPT-desktop",
"name": "ChatGPT-Desktop",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -19,6 +19,7 @@
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"tauri-plugin-sql-api": "https://github.com/tauri-apps/tauri-plugin-sql",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store",
"vue": "^3.2.45"
},
Expand Down

0 comments on commit c7a785a

Please sign in to comment.