This commit is contained in:
Ildar Kamalov
2025-08-11 14:25:16 +03:00
parent 7ecd6426d9
commit c7ca1e8eaf
17 changed files with 54 additions and 380 deletions

View File

@@ -1,7 +1,9 @@
import { merge } from 'webpack-merge';
import yaml from 'js-yaml';
import fs from 'fs';
// eslint-disable-next-line import/extensions
import { BASE_URL } from './constants.js';
// eslint-disable-next-line import/extensions
import common from './webpack.common.js';
const ZERO_HOST = '0.0.0.0';