Skip to content

Commit

Permalink
🚚 Create resource-centric directories
Browse files Browse the repository at this point in the history
Creates resource-centric directories as an attempt to provide an example
of domain ownership. For example, one team could be focused on Films,
while another on Starships.
  • Loading branch information
connorjs committed Sep 10, 2023
1 parent c4b4e7d commit e8b92e5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/main.tsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./root.tsp";
import "./people.tsp";
import "./films.tsp";
import "./starships.tsp";
import "./people/people.tsp";
import "./films/films.tsp";
import "./starships/starships.tsp";
File renamed without changes.
File renamed without changes.

0 comments on commit e8b92e5

Please sign in to comment.