Skip to content

Commit

Permalink
Merge pull request #6 from blast-hardcheese/replitizing
Browse files Browse the repository at this point in the history
Replitizing
  • Loading branch information
blast-hardcheese authored Jan 20, 2024
2 parents efeea1c + 3163a16 commit 20e72bd
Show file tree
Hide file tree
Showing 13 changed files with 625 additions and 1,222 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.launch
.settings/
*.sublime-workspace
.cargo

# IDE - VSCode
.vscode/*
Expand Down
16 changes: 16 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
hidden = ["target", ".cargo"]
modules = ["rust-1.72:v1-20230911-f253fb1"]
run = "cargo run -- ./config/development.conf"

[nix]
channel = "stable-23_05"

[gitHubImport]
requiredFiles = [".replit"]

[deployment]
run = ["sh", "-c", "cargo run -- ./config/development.conf"]

[[ports]]
localPort = 8080
externalPort = 80
Loading

0 comments on commit 20e72bd

Please sign in to comment.