Skip to content

Commit d87f561

Browse files
authored
Merge pull request #26 from opencdms/host_editor
WIP - host form updated and workflow to write to backend DB added.
2 parents 51a752b + 2dbe1b8 commit d87f561

19 files changed

Lines changed: 481 additions & 297 deletions

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
HELLO="hello world!"
2+
API="http://localhost:5000"

package-lock.json

Lines changed: 84 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"@vue/vue3-jest": "^27.0.0-alpha.1",
5252
"babel-jest": "^27.0.6",
5353
"cypress": "^8.7.0",
54+
"dotenv": "^16.0.3",
55+
"dotenv-webpack": "^8.0.1",
5456
"eslint": "^7.32.0",
5557
"eslint-config-prettier": "^8.3.0",
5658
"eslint-plugin-prettier": "^4.0.0",

0 commit comments

Comments
 (0)