Merge branch 'master' of https://github.com/mathuo/dockview into 544-floatinggroups-support-for-css-absolute-box-attributes-bottom-and-right

This commit is contained in:
mathuo 2024-06-14 17:16:21 +01:00
commit b96ccf00ce
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -1,6 +1,7 @@
import fs from 'fs-extra';
import * as path from 'path';
import { argv } from 'process';
import { execSync } from 'child_process';
import { fileURLToPath } from 'url';
@ -14,7 +15,7 @@ const { version } = JSON.parse(
const REACT_VERSION = '18.2.0';
const VUE_VERSION = '3.4.21';
const DOCKVIEW_VERSION = 'latest'; // version;
const DOCKVIEW_VERSION = version; //'latest';;
const USE_LOCAL_CDN = argv.slice(2).includes('--local');
const local = 'http://localhost:1111';