Skip to content

Commit

Permalink
more path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 3, 2024
1 parent 451f2f1 commit 55b619e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/www/webpack_cordova.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import webpack from 'webpack';
import {baseConfig, browserConfig, require, __dirname, TS_LOADER, GENERATE_CSS_RTL_LOADER} from './webpack_base.mjs';
import {merge} from 'webpack-merge';

import {getRootDir} from '../build/get_root_dir.mjs';
import {getRootDir} from '../../src/build/get_root_dir.mjs';

const BABEL_LOADER = {
loader: 'babel-loader',
Expand Down
2 changes: 1 addition & 1 deletion list.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import url from 'url';
import * as globby from 'globby';
import path from 'path';
import fs from 'fs/promises';
import {getRootDir} from './client/src/build/get_root_dir.mjs';
import {getRootDir} from './src/build/get_root_dir.mjs';

/**
* @description returns a list of all valid actions to run
Expand Down

0 comments on commit 55b619e

Please sign in to comment.