Skip to content

Commit

Permalink
feat: add @fastify/htmx version of the frontend app (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvez authored Jul 22, 2024
1 parent 6505c33 commit fa84804
Show file tree
Hide file tree
Showing 34 changed files with 8,903 additions and 6,923 deletions.
9,762 changes: 2,840 additions & 6,922 deletions apps/movie-quotes-api/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/movie-quotes-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "Simon Plenderleith <[email protected]> (https://simonplend.com/)",
"dependencies": {
"fluent-json-schema": "^4.1.0",
"platformatic": "^0.26.1"
"platformatic": "^1.23.0"
}
}
1 change: 1 addition & 0 deletions apps/movie-quotes-frontend-htmx/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_GRAPHQL_API_ENDPOINT=http://127.0.0.1:3042/graphql
1 change: 1 addition & 0 deletions apps/movie-quotes-frontend-htmx/.env.schema
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_GRAPHQL_API_ENDPOINT=string()
1 change: 1 addition & 0 deletions apps/movie-quotes-frontend-htmx/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
17 changes: 17 additions & 0 deletions apps/movie-quotes-frontend-htmx/biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"files": {
"ignore": ["dist", "*.d.ts"]
},
"javascript": {
"formatter": {
"indentStyle": "space",
"semicolons": "asNeeded",
"quoteStyle": "single"
}
},
"json": {
"formatter": {
"indentStyle": "space"
}
}
}
Loading

0 comments on commit fa84804

Please sign in to comment.