Skip to content

Commit 8081d32

Browse files
committed
Merge branch 'feature/node-workspace-setup' of github.com:OpenNBS/NoteBlockWorld into feature/node-workspace-setup
2 parents b2cc288 + e72bc86 commit 8081d32

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)