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 9ccb005 commit ccc2519Copy full SHA for ccc2519
tools/lib/workspace.ts
@@ -3,4 +3,4 @@ import { resolve } from 'node:path';
3
export const rootDir = new URL('../../', import.meta.url).pathname;
4
export const adevJaDir = resolve(rootDir, 'adev-ja');
5
export const buildDir = resolve(rootDir, 'build');
6
-export const buildOutputDir = resolve(buildDir, 'dist/bin/adev/build/browser');
+export const buildOutputDir = resolve(buildDir, 'dist/bin/adev/dist/browser');
0 commit comments