diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 08:52:36 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 08:54:11 +0100 |
| commit | ab08e8599ba997611d275d890195c955820bc7dc (patch) | |
| tree | 17490f4a4ea650791845c02a99820734dd26bec9 /api/package.json | |
| parent | f3375839405719a9ffe135cf22af81101b60e6c3 (diff) | |
Specifies CommonJS modules for API build
Diffstat (limited to 'api/package.json')
| -rw-r--r-- | api/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/package.json b/api/package.json new file mode 100644 index 0000000..ccab745 --- /dev/null +++ b/api/package.json @@ -0,0 +1,4 @@ +{ + "type": "commonjs", + "private": true +}
\ No newline at end of file |
