feat: return raw data from transcript and move parsing to client side (#92)

This commit is contained in:
tsukino
2025-02-28 04:28:06 -05:00
committed by GitHub
parent 0133efe529
commit 91f74471c7
21 changed files with 5563 additions and 34260 deletions

View File

@@ -37,8 +37,8 @@ module.exports = [
target: 'web',
mode: isProd ? 'production' : 'development',
entry: {
'full-integration-swapi.spec': path.join(__dirname, 'test', 'specs', 'full-integration-swapi.spec.ts'),
'simple-verify': path.join(__dirname, 'test', 'specs', 'simple-verify.spec.ts'),
'full-integration-swapi.spec': path.join(__dirname, 'test', 'e2e', 'full-integration-swapi.spec.ts'),
'simple-verify': path.join(__dirname, 'test', 'e2e', 'simple-verify.spec.ts'),
},
output: {
path: __dirname + '/test-build',