Closes #6855: Bundle and locally serve GraphiQL JS/CSS

This commit is contained in:
checktheroads
2021-07-31 23:49:48 -07:00
parent 80836c725c
commit 08ed545065
10 changed files with 645 additions and 24 deletions

View File

@@ -3,6 +3,10 @@
"version": "0.1.0",
"main": "dist/netbox.js",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"netbox-graphiql"
],
"scripts": {
"bundle": "node bundle.js",
"bundle:styles": "node bundle.js --styles",