From ab08e8599ba997611d275d890195c955820bc7dc Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 12 Aug 2023 08:52:36 +0100 Subject: Specifies CommonJS modules for API build --- api/package.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 api/package.json (limited to 'api') 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 -- cgit v1.2.3