Skip to content

Commit

Permalink
chore: release desktop 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed Mar 20, 2024
1 parent c7f3f87 commit 8bb3465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 117 deletions.
1 change: 1 addition & 0 deletions apps/desktop/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
transpilePackages: [
'octokit',
'@octokit/oauth-app',
Expand Down
5 changes: 2 additions & 3 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "desktop",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build && next export",
"export": "next export",
"build": "next build",
"start": "next start",
"tauri": "tauri",
"build:app": "tauri build",
Expand Down
114 changes: 0 additions & 114 deletions apps/desktop/src/components/RecoveryPhraseLogin/PasswordOnChain.tsx

This file was deleted.

0 comments on commit 8bb3465

Please sign in to comment.