Skip to content

Commit

Permalink
created basic object type migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Judanator committed Feb 5, 2021
1 parent 9b6c43e commit 0e7f533
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 3 deletions.
207 changes: 205 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "./",
"scripts": {
"prod": "webpack --mode production --config webpack.build.config.js && electron --noDevServer .",
"start": "webpack serve --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
"start": "webpack serve --hot --host localhost --config=./webpack.dev.config.js --mode development",
"build": "webpack --config webpack.build.config.js --mode production",
"package": "npm run build",
"postpackage": "electron-packager ./ --out=./builds"
Expand Down Expand Up @@ -48,7 +48,12 @@
"electron-fetch": "^1.7.3",
"electron-is-dev": "^1.2.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"extract-mongo-schema": "^0.2.10",
"graphiql": "^1.3.2",
"graphql": "^15.5.0",
"lodash": "^4.17.20",
"lodash.clonedeep": "^4.5.0",
"mongodb": "^3.6.4",
"mongoose": "^5.11.14",
"react": "^17.0.1",
Expand Down
Loading

0 comments on commit 0e7f533

Please sign in to comment.