progress new ui

This commit is contained in:
2024-12-17 01:39:47 +01:00
parent 74f9c17461
commit 5fedbec433
9 changed files with 113 additions and 87 deletions

View File

@@ -6,7 +6,7 @@ const isDevServer = process.env.WEBPACK_SERVE;
console.log("Dev server is " + isDevServer);
var host;
if (isDevServer){
host = 'http://10.23.43.24';
host = 'http://192.168.1.172';
} else {
host = '';
}
@@ -36,7 +36,7 @@ module.exports = {
rules: [
{
test: /\.html$/,
type: 'asset/source'
type: 'asset/source',
},
{
test: /\.tsx?$/,