chore: add some improvements and remove linux support
This commit is contained in:
@@ -125,7 +125,9 @@ const CreateGroupRoute = CreateGroupImport.update({
|
||||
const BootstrapRelaysRoute = BootstrapRelaysImport.update({
|
||||
path: '/bootstrap-relays',
|
||||
getParentRoute: () => rootRoute,
|
||||
} as any)
|
||||
} as any).lazy(() =>
|
||||
import('./routes/bootstrap-relays.lazy').then((d) => d.Route),
|
||||
)
|
||||
|
||||
const AccountRoute = AccountImport.update({
|
||||
path: '/$account',
|
||||
|
||||
Reference in New Issue
Block a user