Co-Authored-By: Davin <52686922+Frozies@users.noreply.github.com>
@ -40,7 +40,7 @@
"start:server": "nx serve api --watch",
"start:storybook": "nx run ui:storybook",
"test": "nx test",
"ts-node": "ts-node --compiler-options '{\"module\":\"CommonJS\"}'",
"ts-node": "ts-node",
"update": "nx migrate latest",
"watch:server": "nx build api --watch",
"watch:test": "nx test --watch",