Skip to content

Commit e72bc86

Browse files
tomast1337Copilot
andauthored
Update build.ts
Co-authored-by: Copilot <[email protected]>
1 parent 95ac61a commit e72bc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function writeJSONFile(
1313
writeFileSync(path, jsonString);
1414
}
1515

16-
const dataDir = resolve(__dirname, 'packages', 'backend', 'public', 'data');
16+
const dataDir = resolve(__dirname, 'apps', 'backend', 'public', 'data');
1717

1818
const soundListPath = 'soundList.json';
1919

0 commit comments

Comments
 (0)