gg
Deploy Iddaai Frontend / build-and-deploy (push) Failing after 5s

This commit is contained in:
2026-05-10 23:12:40 +03:00
parent 5c8619b282
commit c47f128958
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference types="next" /> /// <reference types="next" />
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts"; import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited // NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information. // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+2 -3
View File
@@ -12,10 +12,9 @@ import {
import type { import type {
Paddle, Paddle,
CheckoutOpenOptions, CheckoutOpenOptions,
PaddleEventData,
} from "@paddle/paddle-js"; } from "@paddle/paddle-js";
import { initializePaddle } from "@paddle/paddle-js"; import { initializePaddle, CheckoutEventNames } from "@paddle/paddle-js";
import type { PaddleEventData } from "@paddle/paddle-js/types/checkout/checkout";
import { CheckoutEventNames } from "@paddle/paddle-js/types/checkout/events";
import { paddleConfig } from "./paddle-config"; import { paddleConfig } from "./paddle-config";
type CheckoutEventHandler = (event: PaddleEventData) => void; type CheckoutEventHandler = (event: PaddleEventData) => void;