mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 06:25:44 +00:00
chore: docs
This commit is contained in:
parent
e3fb689d27
commit
c5f94906d4
@ -1,6 +1,7 @@
|
|||||||
import fs from 'fs-extra';
|
import fs from 'fs-extra';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import { argv } from 'process';
|
import { argv } from 'process';
|
||||||
|
import { execSync } from 'child_process';
|
||||||
|
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
|
|
||||||
@ -14,7 +15,7 @@ const { version } = JSON.parse(
|
|||||||
|
|
||||||
const REACT_VERSION = '18.2.0';
|
const REACT_VERSION = '18.2.0';
|
||||||
const VUE_VERSION = '3.4.21';
|
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 USE_LOCAL_CDN = argv.slice(2).includes('--local');
|
||||||
|
|
||||||
const local = 'http://localhost:1111';
|
const local = 'http://localhost:1111';
|
||||||
|
Loading…
Reference in New Issue
Block a user