Skip to content

Commit 5ba4520

Browse files
committed
apply frontend structure change
1 parent a80c7d1 commit 5ba4520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
directories: [
2323
'root' => __DIR__,
2424
'modules' => __DIR__ . '/app/modules',
25-
'public' => __DIR__ . '/frontend/.output/public',
25+
'public' => __DIR__ . '/frontend/assets',
2626
],
2727
exceptionHandler: Handler::class,
2828
)->run();

Diff for: tests/TestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function defineDirectories(string $root): array
6969
return [
7070
'root' => $root,
7171
'modules' => $root . '/app/modules',
72-
'public' => $root . '/frontend/.output/public',
72+
'public' => $root . '/frontend/assets',
7373
];
7474
}
7575

0 commit comments

Comments
 (0)