Skip to content

Commit

Permalink
move extension into proper folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Feb 27, 2024
1 parent 6428486 commit 3506edd
Show file tree
Hide file tree
Showing 63 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"node": true
},
"ignorePatterns": [
"extensions/",
"forge.config.ts",
"vite.*.config.*",
"stories/" // exclude stories from linting for now
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const isMac = process.platform !== 'darwin';
function installReactDevToolsExtension() {
const reactDevToolsPath = path.join(
__dirname,
'../../react-devtools/5.0.0_1'
'../../extensions/react-devtools/5.0.0_1'
);

session.defaultSession
Expand Down

0 comments on commit 3506edd

Please sign in to comment.