upload-apollo-client/api/config/UPLOAD_DIRECTORY_URL.mjs
Jayden Seric 8a46155f91 Simplify the example by removing the DB.
This avoids trying to figure out how to fix concurrent writes conflicting with `lowdb` v2, see: https://github.com/typicode/lowdb/issues/478 .
2021-06-11 17:24:42 +10:00

2 lines
56 B
JavaScript

export default new URL('../uploads/', import.meta.url);