Skip to content

Commit

Permalink
feat: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
haokejie committed Oct 17, 2023
1 parent 5e68515 commit 5377e9a
Show file tree
Hide file tree
Showing 5 changed files with 7,648 additions and 6,876 deletions.
6 changes: 5 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"watch": true,
"watchEffect": true,
"watchPostEffect": true,
"watchSyncEffect": true
"watchSyncEffect": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"WritableComputedRef": true
}
}
2 changes: 1 addition & 1 deletion electron/config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"MODE_PATH":".env.production"}
{"MODE_PATH":".env.development"}
Loading

0 comments on commit 5377e9a

Please sign in to comment.