upgrading to react 18

This commit is contained in:
weakmap@gmail.com
2022-12-19 21:10:00 +01:00
parent 47e4230b39
commit baf57b3641
10 changed files with 905 additions and 1966 deletions

View File

@@ -6,7 +6,7 @@ const path = require('path');
module.exports = merge(common, {
devtool: 'inline-source-map',
devServer: {
contentBase: path.join(__dirname, 'ui', 'public'),
static: path.join(__dirname, 'ui', 'public'),
port: 9000,
proxy: {
'/api': {