We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb35662 + b4f784b commit 3767af2Copy full SHA for 3767af2
2 files changed
apps/desktop/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typelets-desktop",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Typelets Desktop - Secure Note Taking App",
5
"main": "dist/main.js",
6
"author": "Typelets Team",
eslint.config.js
@@ -8,6 +8,7 @@ export default tseslint.config(
8
9
ignores: [
10
'dist',
11
+ 'apps/desktop/dist',
12
'node_modules',
13
'.vite',
14
'coverage',
0 commit comments