Skip to content

Commit

Permalink
Merge pull request #90 from PasteBar/action-test
Browse files Browse the repository at this point in the history
update
  • Loading branch information
kurdin authored Jul 20, 2024
2 parents afe2b2c + 8c48a44 commit fb1dc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pastebar-app-ui/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ReactCompilerConfig = { runtimeModule: 'react-compiler-runtime' };

async function loadPasteBarAppPackage() {
try {
const pastebarAppPath = process.env.PASTEBAR_APP_PATH;
const pastebarAppPath = process.env.PASTEBAR_APP_PATH || path.resolve(__dirname, '../..');
const packageJsonPath = path.join(pastebarAppPath, 'package.json');
const packageJsonUrl = pathToFileURL(packageJsonPath).href;

Expand Down

0 comments on commit fb1dc41

Please sign in to comment.