Skip to content

Commit 47c23fa

Browse files
authored
fix: stuck on loading when entering directly /play or /scoreboard (#6)
1 parent 0f347f2 commit 47c23fa

File tree

10 files changed

+2656
-2145
lines changed

10 files changed

+2656
-2145
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = {
111111
rules: [
112112
{
113113
from: ['app'],
114-
allow: ['app', 'pages'],
114+
allow: ['app', 'modules'],
115115
},
116116
{
117117
from: ['modules'],

0 commit comments

Comments
 (0)