Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 17, 2024
1 parent f00a94c commit aaedd5a
Show file tree
Hide file tree
Showing 474 changed files with 14 additions and 140 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import fs from 'node:fs/promises';
import cordovaLib from 'cordova-lib';
const {cordova} = cordovaLib;

import {runAction} from '../../../src/build/run_action.mjs';
import {getRootDir} from '../../../src/build/get_root_dir.mjs';
import {spawnStream} from '../../../src/build/spawn_stream.mjs';
import {downloadHttpsFile} from '../../../src/build/download_file.mjs';
import {runAction} from '../../src/build/run_action.mjs';
import {getRootDir} from '../../src/build/get_root_dir.mjs';
import {spawnStream} from '../../src/build/spawn_stream.mjs';
import {downloadHttpsFile} from '../../src/build/download_file.mjs';

import {getBuildParameters} from '../build/get_build_parameters.mjs';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
60 changes: 0 additions & 60 deletions client/src/build/get_build_parameters.mjs

This file was deleted.

31 changes: 0 additions & 31 deletions client/src/build/get_webpack_build_mode.mjs

This file was deleted.

35 changes: 0 additions & 35 deletions client/src/build/run_webpack.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"lib": ["es2022"]
},
"exclude": ["*.cjs", "*.js", "*.mjs", "**/*.spec.ts"],
"include": ["src"]
"include": ["src", "cordova", "infrastructure", "web"]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit aaedd5a

Please sign in to comment.