Skip to content

Commit

Permalink
Add express server
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-wosinek committed Dec 21, 2024
1 parent 8004cae commit 67798c3
Show file tree
Hide file tree
Showing 21 changed files with 1,110 additions and 87 deletions.
10 changes: 9 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,15 @@
"targetName": "lint"
}
},
"@nxext/capacitor/plugin"
"@nxext/capacitor/plugin",
{
"plugin": "@nx/webpack/plugin",
"options": {
"buildTargetName": "build",
"serveTargetName": "serve",
"previewTargetName": "preview"
}
}
],
"generators": {
"@nx/angular:application": {
Expand Down
Loading

0 comments on commit 67798c3

Please sign in to comment.