Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major

This commit is contained in:
Matt Hill
2024-04-01 15:19:33 -06:00
62 changed files with 973 additions and 736 deletions

View File

@@ -36,9 +36,9 @@ import { WebSocketSubjectConfig } from 'rxjs/webSocket'
import { AuthService } from '../auth.service'
import { ConnectionService } from '../connection.service'
import { StoreInfo } from '@start9labs/marketplace'
import { FullProgress } from '../../../../../../../core/startos/bindings/FullProgress'
import { T } from '@start9labs/start-sdk'
const PROGRESS: FullProgress = {
const PROGRESS: T.FullProgress = {
overall: {
done: 0,
total: 120,