This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 5353 {
5454 "root" : [" ./" ],
5555 "alias" : {
56- "@containers" : " ./containers" ,
57- "@components" : " ./components" ,
58- "@services" : " ./services" ,
56+ "@containers" : " ./src/ containers" ,
57+ "@components" : " ./src/ components" ,
58+ "@services" : " ./src/ services" ,
5959 "@constant" : " ./utils/constant/" ,
60- "@hooks" : " ./components/Hooks" ,
60+ "@hooks" : " ./src/hooks" ,
61+ "@hoc" : " ./src/hoc" ,
6162 "@config" : " ./config" ,
6263 "@stores" : " ./stores" ,
6364 "@model" : " ./stores/SharedModel" ,
6465 "@utils" : " ./utils" ,
65- "@schemas" : " ./containers /schemas" ,
66- "@Img" : " ./components/Img" ,
67- "@SvgIcons" : " ./components/SvgIcons"
66+ "@schemas" : " ./src /schemas" ,
67+ "@Img" : " ./src/ components/Img" ,
68+ "@SvgIcons" : " ./src/ components/SvgIcons"
6869 }
6970 }
7071 ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const ssrCache = new LRUCache({
3434app . prepare ( ) . then ( ( ) => {
3535 const server = express ( )
3636 /* eslint-disable-next-line */
37- const { Sentry } = require ( './services/sentry' ) ( { release : app . buildId } )
37+ const { Sentry } = require ( './src/ services/sentry' ) ( { release : app . buildId } )
3838
3939 server . use ( Sentry . Handlers . requestHandler ( ) )
4040 server . use ( cookieParser ( ) )
You can’t perform that action at this time.
0 commit comments