Skip to content

Commit

Permalink
fixup! example: fix aws-companion example
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 30, 2022
1 parent 9dcaf0d commit aa30f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/aws-companion/package.json
Expand Up @@ -22,7 +22,7 @@
},
"private": true,
"engines": {
"node": ">=16.11.0"
"node": ">=16.15.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-companion/server.cjs
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs')
const path = require('path')
const companion = require('@uppy/companion')

require('dotenv').config()
require('dotenv').config({ path: path.join(__dirname, '..', '..', '.env') })
const app = require('express')()

const DATA_DIR = path.join(__dirname, 'tmp')
Expand Down

0 comments on commit aa30f9b

Please sign in to comment.