Skip to content

Commit ca8417a

Browse files
committed
Add errorEntry
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent daefcc5 commit ca8417a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"require": {
3131
"craftcms/cms": "^3.1.0",
32-
"nystudio107/craft-plugin-vite": "^1.0.0",
32+
"nystudio107/craft-plugin-vite": "^1.0.4",
3333
"mikehaertl/php-shellcommand": "~1.2"
3434
},
3535
"autoload": {

src/Transcoder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public function __construct($id, $parent = null, array $config = [])
8181
'useDevServer' => true,
8282
'devServerPublic' => 'http://localhost:3001',
8383
'serverPublic' => 'http://localhost:8000',
84+
'errorEntry' => '/src/js/app.ts',
8485
'devServerInternal' => 'http://craft-transcoder-buildchain:3001',
8586
'checkDevServer' => true,
8687
],

0 commit comments

Comments
 (0)