From 55d0e202677253ecf893bd52649871f10b52d3de Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 24 Oct 2021 18:59:50 +0200 Subject: Almost dragging and WYSiWYG start --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.ts') diff --git a/webpack.config.ts b/webpack.config.ts index 5d4e95f..e22cd6f 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -68,6 +68,6 @@ module.exports = { devServer: { contentBase: absolutePath("static"), compress: true, - port: 8000, + port: 8003, }, }; -- cgit v1.3.1