mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
Merge branch 'main' into feature/configure-gitpod
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '7.1.2' apply false
|
id 'com.android.application' version '7.1.2' apply false
|
||||||
id 'com.android.library' version '7.1.2' apply false
|
id 'com.android.library' version '7.1.2' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
|
id 'org.jetbrains.kotlin.android' version '1.7.22' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
task clean(type: Delete) {
|
task clean(type: Delete) {
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@ COPY --from=dependencies /app/server/node_modules ./server/node_modules
|
|||||||
|
|
||||||
RUN pnpm run build --filter server
|
RUN pnpm run build --filter server
|
||||||
|
|
||||||
FROM mcr.microsoft.com/playwright:v1.28.0-focal as production
|
FROM mcr.microsoft.com/playwright:v1.28.1-focal as production
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ export class PrinterService implements OnModuleInit, OnModuleDestroy {
|
|||||||
|
|
||||||
await page.goto(`${url}/${username}/${slug}/printer?secretKey=${secretKey}`);
|
await page.goto(`${url}/${username}/${slug}/printer?secretKey=${secretKey}`);
|
||||||
await page.waitForSelector('html.wf-active');
|
await page.waitForSelector('html.wf-active');
|
||||||
|
await page.waitForLoadState("networkidle")
|
||||||
|
|
||||||
const pageFormat: PageConfig['format'] = await page.$$eval(
|
const pageFormat: PageConfig['format'] = await page.$$eval(
|
||||||
'[data-page]',
|
'[data-page]',
|
||||||
|
|||||||
Reference in New Issue
Block a user