File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 15
15
"keywords" : [],
16
16
"author" :
" Kent C. Dodds <[email protected] > (https://kentcdodds.com/)" ,
17
17
"license" : " MIT" ,
18
- "devDependencies" : {
18
+ "dependencies" : {
19
+ "@testing-library/dom" : " ^8.20.0" ,
19
20
"@kentcdodds/workshop-app" : " *" ,
20
21
"@testing-library/react" : " ^13.4.0" ,
21
22
"@testing-library/user-event" : " ^14.4.3" ,
23
+ "assert" : " ^2.0.0" ,
22
24
"tsx" : " ^3.12.2"
23
25
},
24
26
"eslintIgnore" : [
30
32
"workspaces" : [
31
33
" exercises/*/*" ,
32
34
" example/*"
33
- ],
34
- "dependencies" : {
35
- "@testing-library/dom" : " ^8.20.0" ,
36
- "assert" : " ^2.0.0"
37
- }
35
+ ]
38
36
}
Original file line number Diff line number Diff line change 1
1
if ( process . env . NODE_ENV === 'production' ) {
2
- require ( './server- build' )
2
+ require ( './build/server ' )
3
3
} else {
4
4
if ( ! global . inspectorOpen ) {
5
5
global . inspectorOpen = true
You can’t perform that action at this time.
0 commit comments