Fix browser command flow, because we had made the projectMachine desktop-only on main

This commit is contained in:
Frank Noirot
2025-01-15 11:35:59 -05:00
parent fa3f934948
commit 5438a987ab
6 changed files with 216 additions and 129 deletions

View File

@ -1,8 +1,5 @@
import { UnitLength_type } from '@kittycad/lib/dist/types/src/models'
import {
ASK_TO_OPEN_QUERY_PARAM,
CREATE_FILE_URL_PARAM,
} from './constants'
import { ASK_TO_OPEN_QUERY_PARAM, CREATE_FILE_URL_PARAM } from './constants'
import { stringToBase64 } from './base64'
import { DEV, VITE_KC_SITE_BASE_URL, VITE_KC_API_BASE_URL } from 'env'
export interface FileLinkParams {