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.
2 parents b2cc288 + e72bc86 commit 8081d32Copy full SHA for 8081d32
build.ts
@@ -13,7 +13,7 @@ function writeJSONFile(
13
writeFileSync(path, jsonString);
14
}
15
16
-const dataDir = resolve(__dirname, 'packages', 'backend', 'public', 'data');
+const dataDir = resolve(__dirname, 'apps', 'backend', 'public', 'data');
17
18
const soundListPath = 'soundList.json';
19
0 commit comments