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