diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-07 16:38:17 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-07 16:38:17 +0200 |
| commit | c7d1061fd7fec2c21504c5d937766f72eb385130 (patch) | |
| tree | d5833b8c40c5a3e6ccc5532a74c41c7c4405215e /package.json | |
| parent | d8773f844a6698bb11d947847733d7b314f3abfd (diff) | |
Fix cors, dockerize
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 56e87aa..44bafab 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,11 @@ "author": "", "license": "ISC", "dependencies": { - "slam-types": "git://github.com/jantuomi/slam-types.git#a401431", "@tinyhttp/app": "2.0.16", + "@tinyhttp/cors": "2.0.0", "@tinyhttp/logger": "1.3.0", "milliparsec": "2.2.1", + "slam-types": "git://github.com/jantuomi/slam-types.git#a401431", "tmp": "0.2.1", "tsm": "2.2.1" }, @@ -25,4 +26,4 @@ "eslint": "8.8.0", "nodemon": "2.0.15" } -}
\ No newline at end of file +} |
