Added images

This commit is contained in:
Torsten Schulz
2024-06-20 07:35:55 +02:00
parent 8c54988023
commit d78bc26e30
12 changed files with 455 additions and 89 deletions

View File

@@ -4,7 +4,7 @@ const webpack = require('webpack');
module.exports = defineConfig({
transpileDependencies: true,
devServer: {
host: '127.0.0.1',
host: 'localhost',
port: 8080
},
configureWebpack: {