chore: docs

This commit is contained in:
mathuo 2024-06-08 21:39:43 +01:00
parent e3fb689d27
commit c5f94906d4
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 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';