Skip to content

Commit

Permalink
Fix path to generated typescript types (#867)
Browse files Browse the repository at this point in the history
* Fix path to generated typescript types

* Automatic frontend build

---------

Co-authored-by: vin0401 <[email protected]>
  • Loading branch information
vin0401 and vin0401 authored Jan 14, 2025
1 parent 38c4235 commit 842651a
Show file tree
Hide file tree
Showing 31 changed files with 1,129 additions and 2,204 deletions.
4 changes: 2 additions & 2 deletions assets/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"rootDir": ".",
"rootDir": "./js/",
"module": "ESNext",
"target": "ES2023",
"moduleResolution": "Node",
Expand All @@ -18,7 +18,7 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declaration": true,
"declarationMap": true,
"declarationMap": false,
"outDir": "./dist/build/types",
"composite": true
},
Expand Down

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions public/build/595ac6bd-f519-4555-a699-b5f3722837bf/entrypoints.json

This file was deleted.

2,164 changes: 0 additions & 2,164 deletions public/build/595ac6bd-f519-4555-a699-b5f3722837bf/manifest.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"main": {
"js": [
"/bundles/pimcorestudioui/build/86ebb619-c706-48d8-8979-7c84555067ff/main.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/86ebb619-c706-48d8-8979-7c84555067ff/main.js": "/bundles/pimcorestudioui/build/86ebb619-c706-48d8-8979-7c84555067ff/main.js"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions public/build/9a52d14f-351b-45a8-8bef-6fccc605d17f/entrypoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"entrypoints": {
"core-dll": {
"css": [
"/bundles/pimcorestudioui/build/9a52d14f-351b-45a8-8bef-6fccc605d17f/core-dll.css"
],
"js": [
"/bundles/pimcorestudioui/build/9a52d14f-351b-45a8-8bef-6fccc605d17f/core-dll.js"
]
}
}
}
1,089 changes: 1,089 additions & 0 deletions public/build/9a52d14f-351b-45a8-8bef-6fccc605d17f/manifest.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"vendor": {
"js": [
"/bundles/pimcorestudioui/build/b5705c6c-624d-4abc-9f9e-5ee1b97f93bf/vendor.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/b5705c6c-624d-4abc-9f9e-5ee1b97f93bf/vendor.js": "/bundles/pimcorestudioui/build/b5705c6c-624d-4abc-9f9e-5ee1b97f93bf/vendor.js"
}

This file was deleted.

This file was deleted.

0 comments on commit 842651a

Please sign in to comment.