Skip to content

Update to Tauri v2 (alpha)#5

Merged
goenning merged 7 commits intoaptabase:v2from
nwesterhausen:tauri-v2
Oct 18, 2023
Merged

Update to Tauri v2 (alpha)#5
goenning merged 7 commits intoaptabase:v2from
nwesterhausen:tauri-v2

Conversation

@nwesterhausen
Copy link
Copy Markdown
Contributor

@nwesterhausen nwesterhausen commented Oct 16, 2023

fix(build): update tsconfig.json
fix(deps): use @rollup/plugin-terser
feat: use sys_locale to get locale
docs: update install instructions

  • Updated package versions in package.json per any warnings; updated to tauri v2 package
  • Updated tsconfig.json to remove a warning about Promises by updating target.
  • Added moduleResolution="node" to improve code intellisense.
  • Added exclude=["rollup.config.js"] to remove warning when it tries to compile that file (vscode intellisense)
  • Updated dependency version in cargo.toml
  • Updated the cargo install instructions to use git and branch
  • Added an example of using dotenvy_macro to include APTABASE_KEY without including it directly in source code

nwesterhausen and others added 5 commits October 15, 2023 22:29
fix(build): update tsconfig.json
fix(deps): use @rollup/plugin-terser

- Updated package versions in package.json per any warnings; updated to tauri v2 package
- Updated tsconfig.json to remove a warning about Promises by updating target.
- Added moduleResolution="node" to improve code intellisense.
- Added exclude=["rollup.config.js"] to remove warning when it tries to compile that file (vscode intellisense)
- Updated dependency version in cargo.toml
- Replaced the locale with a dummy value
Updated the cargo instructions to reference the git repo and branch. Also added a section about loading the key from a .env file.
Comment thread src/sys.rs Outdated
Comment thread pnpm-lock.yaml Outdated
@goenning goenning merged commit a983ec0 into aptabase:v2 Oct 18, 2023
@goenning
Copy link
Copy Markdown
Member

thanks @nwesterhausen ! I'll add a note on the main branch about this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants