Skip to content

Commit 952b936

Browse files
committed
Fix fly.yaml app name and update title/subtitle
- Change fly app from workshop-template to programming-foundations - Update title and subtitle to match README
1 parent 25663d3 commit 952b936

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

epicshop/fly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
22
#
33

4-
app: 'epicweb-dev-workshop-template'
4+
app: 'epicweb-dev-programming-foundations'
55
primary_region: sjc
66
kill_signal: SIGINT
77
kill_timeout: 5s

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "programming-foundations",
33
"private": true,
44
"epicshop": {
5-
"title": "Typed Foundations 🧱",
6-
"subtitle": "Values, Control Flow, and Functions - How values move through programs",
5+
"title": "Programming Foundations 🧱",
6+
"subtitle": "Master the core building blocks of TypeScript programming",
77
"githubRepo": "https://github.com/epicweb-dev/programming-foundations",
88
"subdomain": "programming-foundations",
99
"instructor": {

0 commit comments

Comments
 (0)