File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
governance/xc_admin/packages/xc_admin_frontend Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const nextConfig = {
55 reactStrictMode : true ,
66 output : process . env . BUILD_STANDALONE === 'true' ? 'standalone' : undefined ,
77 webpack ( config , { isServer } ) {
8- config . experiments = { asyncWebAssembly : true }
8+ config . experiments = { asyncWebAssembly : true , layers : true }
99 config . resolve . fallback = { fs : false }
1010 const fileLoaderRule = config . module . rules . find (
1111 ( rule ) => rule . test && rule . test ?. test ?. ( '.svg' )
Original file line number Diff line number Diff line change 1111 "start:dev" : " next dev --port 3004" ,
1212 "start:prod" : " next start --port 3004" ,
1313 "fix:format" : " prettier --write ." ,
14+ "fix:lint" : " next lint --fix --max-warnings 0" ,
1415 "test:format" : " prettier --check ." ,
15- "test:lint" : " next lint --max-warnings 0"
16+ "test:lint" : " next lint --max-warnings 0" ,
17+ "test:types" : " tsc"
1618 },
1719 "dependencies" : {
1820 "@coral-xyz/anchor" : " ^0.29.0" ,
You can’t perform that action at this time.
0 commit comments