summaryrefslogtreecommitdiffstats
path: root/webpack.config.ts
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-10-24 18:59:50 +0200
committerMaksymilian Jopek <maks@jopek.eu>2021-10-24 18:59:50 +0200
commit55d0e202677253ecf893bd52649871f10b52d3de (patch)
tree23fc8b3b06bef4ff7503c100edcea2ed01a298d5 /webpack.config.ts
parent94ca5987544009f2da17fe27abc6c9de380d34fd (diff)
downloadisiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.gz
isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.zst
isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.zip
Almost dragging and WYSiWYG start
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts2
1 files changed, 1 insertions, 1 deletions
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,
},
};