Skip to content

Commit 7c8df60

Browse files
[CLI] fixed PrepareCurrencyWorker
1 parent 28cde7d commit 7c8df60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Worker/Backend/PrepareCurrencyWorker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class PrepareCurrencyWorker extends AbstractWorker
1818
{
1919
private const string MIGRATIONS_DIR = 'app/src/Migrations/';
2020

21-
private const string NEXT_CONFIG_FILE = 'storefront/next.config.js';
21+
private const string NEXT_CONFIG_FILE = 'storefront/buildPublicEnvConfig.ts';
2222

2323
/**
2424
* @var string[]

0 commit comments

Comments
 (0)