Skip to content

Commit 757d466

Browse files
committed
[Site] Fix port to 9044 and upgrade UX dependencies
1 parent a336938 commit 757d466

File tree

3 files changed

+713
-494
lines changed

3 files changed

+713
-494
lines changed

ux.symfony.com/.symfony.local.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ workers:
66
cmd: ['symfony', 'console', 'tailwind:build', '--watch']
77

88
http:
9+
port: 9044
910
use_gzip: true

ux.symfony.com/composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,14 @@
139139
"importmap:install": "symfony-cmd",
140140
"tailwind:build": "symfony-cmd"
141141
}
142+
},
143+
"repositories": {
144+
"symfony-ux-toolkit": {
145+
"type": "path",
146+
"url": "../src/Toolkit",
147+
"options": {
148+
"symlink": true
149+
}
150+
}
142151
}
143152
}

0 commit comments

Comments
 (0)