Skip to content

Commit

Permalink
Update quarkus-web-bundler.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Sep 12, 2024
1 parent 1255dfc commit fab6270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-scripts/quarkus-web-bundler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
resource "github_repository" "quarkus_web_assets" {
name = "quarkus-web-bundler"
description = "Create full-stack web apps quickly and easily with this Quarkus extension. It offers zero-configuration bundling for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, React, htmx, etc.), and styles (CSS, SCSS, SASS)."
homepage_url = "https://docs.quarkiverse.io/quarkus-web-bundler/dev/index.html"
archive_on_destroy = true
delete_branch_on_merge = true
has_issues = true
Expand Down

0 comments on commit fab6270

Please sign in to comment.