We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212b52e commit 374c7c8Copy full SHA for 374c7c8
build.ts
@@ -13,7 +13,7 @@ function writeJSONFile(
13
writeFileSync(path, jsonString);
14
}
15
16
-const dataDir = resolve(__dirname, 'server', 'public', 'data');
+const dataDir = resolve(__dirname, 'packages', 'backend', 'public', 'data');
17
18
const soundListPath = 'soundList.json';
19
0 commit comments