Skip to content

Commit

Permalink
refactor: Change the content related to the client2 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxin630 committed Aug 24, 2019
1 parent 0885fd9 commit a3a3e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .nodemonrc
Expand Up @@ -2,7 +2,6 @@
"verbose": true,
"ignore": [
"client/**/*",
"client2/**/*",
"build/**/*",
"test/**/*",
"public/**/*",
Expand Down
2 changes: 1 addition & 1 deletion config/pages.ts
Expand Up @@ -8,7 +8,7 @@ const pages = [
chunks: ['app'],
entry: {
key: 'app',
file: path.resolve(__dirname, '../client2/main.tsx'),
file: path.resolve(__dirname, '../client/main.tsx'),
},
},
];
Expand Down
4 changes: 2 additions & 2 deletions utils/fetch.ts
@@ -1,5 +1,5 @@
import Message from '../client2/components/Message';
import socket from '../client2/socket';
import Message from '../client/components/Message';
import socket from '../client/socket';

import { SealText, SealTimeout } from './const';

Expand Down

0 comments on commit a3a3e3a

Please sign in to comment.