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 95ac61a commit e72bc86Copy full SHA for e72bc86
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