mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat: serve frontend from api container in prod build
This commit is contained in:
parent
49bff95ea5
commit
ad98ce4e88
5 changed files with 24 additions and 1 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -1328,6 +1328,21 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@nestjs/serve-static": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/serve-static/-/serve-static-2.1.0.tgz",
|
||||
"integrity": "sha512-syC7x3vacNYOAqpITqiPd7NS0gAc3IbzexyMOpUu00mVt/8NZc3zXNEV5r4DeatRKUwc11tt1TRlMEsmTLTQIA==",
|
||||
"requires": {
|
||||
"path-to-regexp": "0.1.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"path-to-regexp": {
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
||||
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nestjs/swagger": {
|
||||
"version": "4.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-4.5.3.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue