Skip to content

Commit

Permalink
fix: add ultra light bee mode (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Mar 21, 2022
1 parent 9b5f961 commit 4ac6bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export interface BeeVersions {
export enum BeeModes {
FULL = 'full',
LIGHT = 'light',
ULTRA_LIGHT = 'ultra-light',
DEV = 'dev',
}

Expand Down

0 comments on commit 4ac6bd8

Please sign in to comment.