Compare commits
2 commits
07039f2266
...
fbaed2c1d6
| Author | SHA1 | Date | |
|---|---|---|---|
| fbaed2c1d6 | |||
| 2010d915b9 |
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
/dist
|
/dist
|
||||||
/node_modules
|
/node_modules
|
||||||
/build
|
/build
|
||||||
/result
|
result
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ buildNpmPackage {
|
||||||
meta = {
|
meta = {
|
||||||
description = "NestJS API to store info about shows on a MongoDB database";
|
description = "NestJS API to store info about shows on a MongoDB database";
|
||||||
homepage = "https://git.everest.tailscale/Toast/shows-api";
|
homepage = "https://git.everest.tailscale/Toast/shows-api";
|
||||||
sourceProvenance = lib.sourceTypes.fromSource;
|
sourceProvenance = [lib.sourceTypes.fromSource];
|
||||||
mainProgram = "shows-api";
|
mainProgram = "shows-api";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue