Skip to content

Commit

Permalink
LPD-41296 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 7, 2024
1 parent a74697e commit 7dcaccb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
liferay-aicontentwizard-custom-element:
liferay-aicontentwizard-custom-element-app:
urls:
- http://localhost:5173/@vite/client
- http://localhost:5173/@vite/refresh.ts
- http://localhost:5173/src/main.tsx
liferay-aicontentwizard-settings-custom-element:
liferay-aicontentwizard-custom-element-settings:
urls:
- http://localhost:5173/@vite/client
- http://localhost:5173/@vite/refresh.ts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
assemble:
- from: build/vite
into: static
liferay-aicontentwizard-custom-element:
liferay-aicontentwizard-custom-element-app:
cssURLs:
- "**/index*.css"
friendlyURLMapping: liferay-aicontentwizard-custom-element
Expand All @@ -15,7 +15,7 @@ liferay-aicontentwizard-custom-element:
urls:
- "main.js"
useESM: true
liferay-aicontentwizard-settings-custom-element:
liferay-aicontentwizard-custom-element-settings:
cssURLs:
- "**/index*.css"
friendlyURLMapping: liferay-aicontentwizard-custom-element
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ liferay-commerceminium4-site-initializer:
liferay-commerceminium4-site-initializer-oauth-application-headless-server:
.serviceAddress: localhost:8080
.serviceScheme: http
name: Liferay Commerce Minium 4 OAuth Application Headless Server
name: Liferay Commerce Minium 4 Site Initializer OAuth Application Headless Server
scopes:
- Liferay.Headless.Site.everything
type: oAuthApplicationHeadlessServer
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ liferay-learn-site-initializer:
liferay-learn-site-initializer-oauth-application-headless-server:
.serviceAddress: localhost:8080
.serviceScheme: http
name: Liferay Learn OAuth Application Headless Server
name: Liferay Learn Site Initializer OAuth Application Headless Server
scopes:
- Liferay.Headless.Site.everything
type: oAuthApplicationHeadlessServer
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ liferay-marketplace-site-initializer:
liferay-marketplace-site-initializer-oauth-application-headless-server:
.serviceAddress: localhost:8080
.serviceScheme: http
name: Liferay Marketplace OAuth Application Headless Server
name: Liferay Marketplace Site Initializer OAuth Application Headless Server
scopes:
- Liferay.Headless.Site.everything
type: oAuthApplicationHeadlessServer
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ liferay-sample-site-initializer:
liferay-sample-site-initializer-oauth-application-headless-server:
.serviceAddress: localhost:8080
.serviceScheme: http
name: Liferay Sample OAuth Application Headless Server
name: Liferay Sample Site Initializer OAuth Application Headless Server
scopes:
- Liferay.Headless.Site.everything
type: oAuthApplicationHeadlessServer
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ liferay-testray-site-initializer:
liferay-testray-site-initializer-oauth-application-headless-server:
.serviceAddress: localhost:8080
.serviceScheme: http
name: Liferay Testray OAuth Application Headless Server
name: Liferay Testray Site Initializer OAuth Application Headless Server
scopes:
- Liferay.Headless.Site.everything
type: oAuthApplicationHeadlessServer
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ liferay-tryitnow-site-initializer:
liferay-tryitnow-site-initializer-oauth-application-headless-server:
.serviceAddress: localhost:8080
.serviceScheme: http
name: Liferay Try It Now OAuth Application Headless Server
name: Liferay Try It Now Site Initializer OAuth Application Headless Server
scopes:
- Liferay.Headless.Site.everything
type: oAuthApplicationHeadlessServer

0 comments on commit 7dcaccb

Please sign in to comment.