add pouchdb-server

master
Brian Hicks 2020-04-29 08:46:05 -05:00
parent 6f8c30985e
commit befdda3e3a
4 changed files with 2798 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,4 +1,8 @@
/.cache
/_replicator
/_users
/dist
/elm-stuff
/log.txt
/node_modules
/pouch__all_dbs__

14
config.json Normal file
View File

@ -0,0 +1,14 @@
{
"couchdb": {
"uuid": "ac8d0fe2-9985-412a-90c9-9d705fdffecc"
},
"httpd": {
"enable_cors": true
},
"cors": {
"credentials": true,
"headers": "accept, authorization, content-type, origin, referer",
"origins": "*",
"methods": "GET, PUT, POST, HEAD, DELETE"
}
}

2779
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@
"elm-hot": "^1.1.4",
"node-elm-compiler": "^5.0.4",
"parcel-bundler": "^1.12.4",
"pouchdb-server": "^4.2.0",
"typescript": "^3.8.3"
},
"dependencies": {