Add context menu allowing you to copy context path

This commit is contained in:
Misode
2020-12-19 03:24:15 +01:00
parent 6a3c7aac42
commit 6246e627b5
3 changed files with 117 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"build": "webpack-cli -p",
"start": "webpack-dev-server -d --content-base ./public"
"start": "webpack-dev-server -d --content-base ./public --host 0.0.0.0"
},
"keywords": [],
"author": "Misode",