Skip to content

Commit

Permalink
Uploaded to replit
Browse files Browse the repository at this point in the history
  • Loading branch information
temichelle13 committed Jan 29, 2024
1 parent c182905 commit 7c873f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
entrypoint = "index.js"
modules = ["nodejs-20:v8-20230920-bd784b9"]
hidden = [".config", "package-lock.json"]

[nix]
channel = "stable-23_05"

[unitTest]
language = "nodejs"

[deployment]
run = ["node", "index.js"]
deploymentTarget = "cloudrun"
ignorePorts = false
3 changes: 3 additions & 0 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{pkgs}: {
deps = [ ];
}

0 comments on commit 7c873f8

Please sign in to comment.