mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									ae36bf301a
								
							
						
					
					
						commit
						fd07f00d14
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,6 +5,7 @@
 | 
				
			||||||
import * as fs from 'fs';
 | 
					import * as fs from 'fs';
 | 
				
			||||||
import * as webpack from 'webpack';
 | 
					import * as webpack from 'webpack';
 | 
				
			||||||
import chalk from 'chalk';
 | 
					import chalk from 'chalk';
 | 
				
			||||||
 | 
					import rndstr from 'rndstr';
 | 
				
			||||||
const { VueLoaderPlugin } = require('vue-loader');
 | 
					const { VueLoaderPlugin } = require('vue-loader');
 | 
				
			||||||
const jsonImporter = require('node-sass-json-importer');
 | 
					const jsonImporter = require('node-sass-json-importer');
 | 
				
			||||||
const minifyHtml = require('html-minifier').minify;
 | 
					const minifyHtml = require('html-minifier').minify;
 | 
				
			||||||
| 
						 | 
					@ -19,7 +20,7 @@ const constants = require('./src/const.json');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const locales = require('./locales');
 | 
					const locales = require('./locales');
 | 
				
			||||||
const meta = require('./package.json');
 | 
					const meta = require('./package.json');
 | 
				
			||||||
const version = meta.clientVersion;
 | 
					const version = meta.clientVersion + '-' + rndstr({ length: 8, chars: '0-9a-z' });
 | 
				
			||||||
const codename = meta.codename;
 | 
					const codename = meta.codename;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
declare var global: {
 | 
					declare var global: {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue