Skip to content

Commit f8ce429

Browse files
authored
Merge pull request #1143 from joshunrau/dev
fix problem impacting latest build
2 parents 6d906f4 + bde68f1 commit f8ce429

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

apps/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ COPY --from=installer /app/apps/api/dist/runtime/ /runtime/
3131
RUN echo '{ "type": "module", "imports": { "#runtime/v1/*": "./dist/runtime/v1/*" } }' > package.json
3232
RUN echo '{ "type": "module" }' > /runtime/package.json
3333
USER node
34-
CMD [ "node", "./dist/app.js" ]
34+
CMD [ "node", "--enable-source-maps", "./dist/app.js" ]

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@douglasneuroinformatics/libcrypto": "catalog:",
1919
"@douglasneuroinformatics/libjs": "catalog:",
20-
"@douglasneuroinformatics/libnest": "^5.3.0",
20+
"@douglasneuroinformatics/libnest": "^5.3.1",
2121
"@douglasneuroinformatics/libpasswd": "catalog:",
2222
"@douglasneuroinformatics/libstats": "catalog:",
2323
"@faker-js/faker": "^9.4.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opendatacapture",
33
"type": "module",
4-
"version": "1.10.1",
4+
"version": "1.10.2",
55
"private": true,
66
"packageManager": "[email protected]",
77
"license": "Apache-2.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)