forked from u14app/gemini-next-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Use tauri to package the project
- Loading branch information
Showing
31 changed files
with
4,123 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "talk-with-gemini", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"private": true, | ||
"author": "Amery2010 <[email protected]>", | ||
"license": "GPL-3.0-only", | ||
|
@@ -9,6 +9,7 @@ | |
"build": "next build", | ||
"build:docker": "cross-env NEXT_PUBLIC_BUILD_MODE=standalone next build", | ||
"build:export": "cross-env NEXT_PUBLIC_BUILD_MODE=export next build", | ||
"tauri:dev": "tauri dev", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
|
@@ -62,6 +63,7 @@ | |
"zustand": "^4.5.2" | ||
}, | ||
"devDependencies": { | ||
"@tauri-apps/cli": "^1.5.14", | ||
"@types/crypto-js": "^4.2.2", | ||
"@types/lodash-es": "^4.17.12", | ||
"@types/markdown-it": "^13.0.8", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Generated by Cargo | ||
# will have compiled files and executables | ||
/target/ |
Oops, something went wrong.