fix: fabric version detection
This commit is contained in:
@ -22,7 +22,7 @@ const launchOptions = {
|
||||
memory: 4096,
|
||||
baseVersion: '1.21.4',
|
||||
serverIp: 'popa-popa.ru',
|
||||
fabricVersion: 'fabric0.16.14',
|
||||
fabricVersion: '0.16.14', // Уберите префикс "fabric"
|
||||
};
|
||||
|
||||
const AuthCheck = ({ children }: { children: ReactNode }) => {
|
||||
|
Reference in New Issue
Block a user