aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-10-12 13:57:14 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-10-12 13:57:14 +0000
commitafd8914ac3b5f10c208d9158824facd1a36ae790 (patch)
tree142dd9d4e6363415520bcb74f5bfe5a05fdae300 /config
parentb3bed062a0b38f930a5bc73b500fbcdd71bbc375 (diff)
remove dev server, fixes #1608
Closes #1608 Merge request studip/studip!1034
Diffstat (limited to 'config')
-rw-r--r--config/webpack.dev-server.config.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/webpack.dev-server.config.json b/config/webpack.dev-server.config.json
deleted file mode 100644
index b3b291d..0000000
--- a/config/webpack.dev-server.config.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "protocol": "http",
- "host": "127.0.0.1",
- "port": 8150
-}