Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nmdc-pilot",
"name": "nmdc-server",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -61,10 +61,10 @@
"@types/lodash": "^4.14.178",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-typescript": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-airbnb": "^6.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"babel-eslint": "^10.0.3",
Expand All @@ -76,8 +76,8 @@
"raw-loader": "^4.0.2",
"sass": "~1.32.0",
"sass-loader": "^10.1.1",
"typescript": "^4.5.3",
"vue-cli-plugin-vuetify": "^2.4.5",
"typescript": "~4.5.5",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-cli-plugin-yaml": "^1.0.2",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</head>
<body>
<noscript>
<strong>We're sorry but nmdc-pilot doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>This web application doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
8 changes: 5 additions & 3 deletions web/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ module.exports = {
'vuetify',
],
devServer: {
overlay: {
warnings: true,
errors: true,
client: {
overlay: {
warnings: true,
errors: true,
},
},
proxy: {
'/api': {
Expand Down
Loading
Loading