Skip to content

Commit 2be6358

Browse files
author
adnan wahab
committed
cool
1 parent 5654a5f commit 2be6358

File tree

206 files changed

+876
-1190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+876
-1190
lines changed

.replit

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
entrypoint = "web-ui/my-app/src/index.js"
2+
hidden = [".config", "bun.lockb"]
3+
modules = ["bun-1.1"]
4+
5+
[nix]
6+
channel = "stable-24_05"
7+
8+
[unitTest]
9+
language = "bun"
10+
11+
[gitHubImport]
12+
requiredFiles = [".replit", "replit.nix"]
13+
14+
[deployment]
15+
build = ["sh", "-c", "mkdir .build && bun build iweb-ui/my-app/src/index.js > .build/index.js"]
16+
run = ["bun", ".build/index.js"]
17+
deploymentTarget = "cloudrun"
18+
19+
20+
[[ports]]
21+
localPort = 3000
22+
externalPort = 80

200k_prs/readme.md

+4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

readme.md

+3

scripts/_bootstrap.sh

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33

44

55

6+
7+
docker exec 34320163bee6 /bin/bash
8+
9+
10+
docker run -it --runtime nvidia --privileged -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix 34320163bee6
11+
12+
13+
# is my ip up?
14+
15+
curl ifconfig.me
616
alias pull="git pull"
717
alias commit="git add . && git commit -am 'simplify' && git push origin main"
818
alias status="git status"

scripts/_course_gen.sh

-31
This file was deleted.

0 commit comments

Comments
 (0)