-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
150 changed files
with
491 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ jobs: | |
- name: Install npm packages | ||
run: | | ||
npm install | ||
- name: Build app | ||
run: | | ||
npm run build | ||
- name: 📂 Sync files | ||
uses: SamKirkland/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ | |
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
# /.next/ | ||
# /out/ | ||
|
||
# production | ||
/build | ||
# /build | ||
|
||
# misc | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
IONCM-4DSKyUBqvLavl-p |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"pages": { | ||
"/_not-found": [ | ||
"static/chunks/webpack-174d1f0a073e21e9.js", | ||
"static/chunks/fd9d1056-3fff9b67ef16feea.js", | ||
"static/chunks/472-58d4ffdf643c4623.js", | ||
"static/chunks/main-app-576db61de3cdb776.js", | ||
"static/chunks/app/_not-found-1187c250942edf8e.js" | ||
], | ||
"/layout": [ | ||
"static/chunks/webpack-174d1f0a073e21e9.js", | ||
"static/chunks/fd9d1056-3fff9b67ef16feea.js", | ||
"static/chunks/472-58d4ffdf643c4623.js", | ||
"static/chunks/main-app-576db61de3cdb776.js", | ||
"static/chunks/413-0d89d962ce1ebda4.js", | ||
"static/chunks/326-8c5a7bc62e13ba34.js", | ||
"static/css/d1f577875d71e221.css", | ||
"static/chunks/app/layout-f8ee969ddbe70860.js" | ||
], | ||
"/[paymentMethod]/page": [ | ||
"static/chunks/webpack-174d1f0a073e21e9.js", | ||
"static/chunks/fd9d1056-3fff9b67ef16feea.js", | ||
"static/chunks/472-58d4ffdf643c4623.js", | ||
"static/chunks/main-app-576db61de3cdb776.js", | ||
"static/chunks/413-0d89d962ce1ebda4.js", | ||
"static/chunks/app/[paymentMethod]/page-66f8a27cdfe003b6.js" | ||
], | ||
"/page": [ | ||
"static/chunks/webpack-174d1f0a073e21e9.js", | ||
"static/chunks/fd9d1056-3fff9b67ef16feea.js", | ||
"static/chunks/472-58d4ffdf643c4623.js", | ||
"static/chunks/main-app-576db61de3cdb776.js", | ||
"static/chunks/413-0d89d962ce1ebda4.js", | ||
"static/chunks/326-8c5a7bc62e13ba34.js", | ||
"static/chunks/app/page-2de4220e00fa9310.js" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"/_not-found":"/_not-found","/[paymentMethod]/page":"/[paymentMethod]","/page":"/","/favicon.ico/route":"/favicon.ico"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills-c67a75d1b6f99dc8.js" | ||
], | ||
"devFiles": [], | ||
"ampDevFiles": [], | ||
"lowPriorityFiles": [ | ||
"static/IONCM-4DSKyUBqvLavl-p/_buildManifest.js", | ||
"static/IONCM-4DSKyUBqvLavl-p/_ssgManifest.js" | ||
], | ||
"rootMainFiles": [ | ||
"static/chunks/webpack-174d1f0a073e21e9.js", | ||
"static/chunks/fd9d1056-3fff9b67ef16feea.js", | ||
"static/chunks/472-58d4ffdf643c4623.js", | ||
"static/chunks/main-app-576db61de3cdb776.js" | ||
], | ||
"pages": { | ||
"/_app": [ | ||
"static/chunks/webpack-174d1f0a073e21e9.js", | ||
"static/chunks/framework-8883d1e9be70c3da.js", | ||
"static/chunks/main-4f2e93b97d84fdfa.js", | ||
"static/chunks/pages/_app-ee276fea40a4b191.js" | ||
], | ||
"/_error": [ | ||
"static/chunks/webpack-174d1f0a073e21e9.js", | ||
"static/chunks/framework-8883d1e9be70c3da.js", | ||
"static/chunks/main-4f2e93b97d84fdfa.js", | ||
"static/chunks/pages/_error-deeb844d2074b9d8.js" | ||
] | ||
}, | ||
"ampFirstPages": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\Components\\ApplicationLogo.js":"1","C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\Components\\FlutterwavePay.js":"2","C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\footer.js":"3","C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\layout.js":"4","C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\navBar.js":"5","C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\page.js":"6","C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\[paymentMethod]\\page.js":"7"},{"size":455,"mtime":1699895921365,"results":"8","hashOfConfig":"9"},{"size":1182,"mtime":1699811537182,"results":"10","hashOfConfig":"9"},{"size":1875,"mtime":1699805347155,"results":"11","hashOfConfig":"9"},{"size":1125,"mtime":1699897942015,"results":"12","hashOfConfig":"9"},{"size":3777,"mtime":1716204176707,"results":"13","hashOfConfig":"9"},{"size":4756,"mtime":1699896963772,"results":"14","hashOfConfig":"9"},{"size":5528,"mtime":1699895151632,"results":"15","hashOfConfig":"9"},{"filePath":"16","messages":"17","suppressedMessages":"18","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"vd68gn",{"filePath":"19","messages":"20","suppressedMessages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"22","messages":"23","suppressedMessages":"24","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"25","messages":"26","suppressedMessages":"27","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","suppressedMessages":"30","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"31","messages":"32","suppressedMessages":"33","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","suppressedMessages":"36","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\Components\\ApplicationLogo.js",[],[],"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\Components\\FlutterwavePay.js",[],[],"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\footer.js",[],[],"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\layout.js",[],[],"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\navBar.js",[],[],"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\page.js",[],[],"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay\\app\\[paymentMethod]\\page.js",[],[]] |
Binary file added
BIN
+7.21 KB
...RyVOuMHVyFK9kLRxY2sS4=/60.1699895425514.vcpfxJDu31AhikXxEHjP2wAg3wW2Ict7X0LkMDdYphw=.webp
Binary file not shown.
Binary file added
BIN
+19.6 KB
...AFR69VXlqYe042GXLP2Rg=/60.1699898058914.BoXYnTyACWsFuX8ca4nAdKg3v5xNA0exIPY-ikoTINE=.webp
Binary file not shown.
Binary file added
BIN
+35 KB
...-T5D-hqxyRBA6GExc0QBY=/60.1699885612262.V2GJwfPYgbiQmE2iJ7xM1FiOnesj9c52o0hepSeeFw4=.webp
Binary file not shown.
Binary file added
BIN
+1.01 KB
...gzBCNvuwTk1ONC-n-FHVM=/60.1699895374231.TmaMCSsGOMkU+nNAhi8ynRQ0xn88dJ78O4Ds4iN8UQ0=.webp
Binary file not shown.
Binary file added
BIN
+336 Bytes
...0LKVPaSpEkHOjE3eDLfmA=/60.1699895351295.T4Qf7EUsBSXXLhNOtXM4R98q+PiO4HFaJxW8SafEEis=.webp
Binary file not shown.
Binary file added
BIN
+432 Bytes
...gagZsbQSTA9yidKtC05Wc=/60.1699898058164.Z9eWNIZC3cxiIaQLVtB7C9TStLvKV5SsFrxJu8rslIk=.webp
Binary file not shown.
Binary file added
BIN
+15.2 KB
...kC9lfoCSa7EWV+i6GwBPE=/60.1699898058150.VjBCDXpcMJZc+4V923rgZ-FpQdqF-n1VzQ-bfRC3rfo=.webp
Binary file not shown.
Binary file added
BIN
+19.8 KB
...ZualOZ2RgTFdmUYaRP6Us=/60.1699895405577.431bj-SnfENEiiaIuD-ubWDeFetUQdrJlxgk0gE6SdA=.webp
Binary file not shown.
Binary file added
BIN
+55.1 KB
...kJdAPNc5KK2vjlUI-c9y8=/60.1699807559198.2bMcJ-Rfi54Q8i6elS5hExbvM8NsJAwSKUw8IU9Q21Y=.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":1,"hasExportPathMap":false,"exportTrailingSlash":false,"isNextImageImported":false} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":1,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"inline","remotePatterns":[],"unoptimized":false,"sizes":[640,750,828,1080,1200,1920,2048,3840,16,32,48,64,96,128,256,384]}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":1,"files":["../node_modules/styled-jsx/index.js","../node_modules/styled-jsx/package.json","../node_modules/styled-jsx/dist/index/index.js","../node_modules/react/package.json","../node_modules/react/index.js","../node_modules/client-only/package.json","../node_modules/react/cjs/react.production.min.js","../node_modules/client-only/index.js","../node_modules/styled-jsx/style.js","../node_modules/next/dist/compiled/next-server/server.runtime.prod.js","../node_modules/next/package.json","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/client/components/app-router-headers.js","../node_modules/next/dist/server/lib/trace/constants.js","../node_modules/next/dist/server/lib/trace/tracer.js","../node_modules/next/dist/shared/lib/modern-browserslist-target.js","../node_modules/next/dist/shared/lib/runtime-config.external.js","../node_modules/next/dist/compiled/ws/package.json","../node_modules/@swc/helpers/_/_interop_require_default/package.json","../node_modules/next/dist/compiled/ws/index.js","../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../node_modules/@swc/helpers/package.json","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/lib/semver-noop.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/html-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/future/route-modules/pages/module.compiled.js"]} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type": "commonjs"} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":4,"routes":{"/":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data"}],"initialRevalidateSeconds":false,"srcRoute":"/","dataRoute":"/index.rsc"},"/favicon.ico":{"initialHeaders":{"cache-control":"public, max-age=0, must-revalidate","content-type":"image/x-icon","x-next-cache-tags":"_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico"},"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data"}],"initialRevalidateSeconds":false,"srcRoute":"/favicon.ico","dataRoute":null}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"55149222b1a70b3adfe836af8ed1d4ef","previewModeSigningKey":"b0889f99603052b4adc0d6330c76f566255159c971e7db7fdf705fd421a81bec","previewModeEncryptionKey":"9e423d89fbdc4663af329f1246aacf5a23f0e637f5f8c9f9d525d38aa2efd058"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":1,"config":{"env":{},"webpack":null,"eslint":{"ignoreDuringBuilds":false},"typescript":{"ignoreBuildErrors":false,"tsconfigPath":"tsconfig.json"},"distDir":".next","cleanDistDir":true,"assetPrefix":"","configOrigin":"next.config.js","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"analyticsId":"","images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"inline","remotePatterns":[],"unoptimized":false},"devIndicators":{"buildActivity":true,"buildActivityPosition":"bottom-right"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"optimizeFonts":true,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactProductionProfiling":false,"reactStrictMode":null,"httpAgentOptions":{"keepAlive":true},"outputFileTracing":true,"staticPageGenerationTimeout":60,"swcMinify":true,"modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"date-fns":{"transform":"date-fns/{{member}}"},"lodash":{"transform":"lodash/{{member}}"},"lodash-es":{"transform":"lodash-es/{{member}}"},"ramda":{"transform":"ramda/es/{{member}}"},"react-bootstrap":{"transform":{"useAccordionButton":"modularize-import-loader?name=useAccordionButton&from=named&as=default!react-bootstrap/AccordionButton","*":"react-bootstrap/{{member}}"}},"antd":{"transform":"antd/lib/{{kebabCase member}}"},"ahooks":{"transform":{"createUpdateEffect":"modularize-import-loader?name=createUpdateEffect&from=named&as=default!ahooks/es/createUpdateEffect","*":"ahooks/es/{{member}}"}},"@ant-design/icons":{"transform":{"IconProvider":"modularize-import-loader?name=IconProvider&from=named&as=default!@ant-design/icons","createFromIconfontCN":"@ant-design/icons/es/components/IconFont","getTwoToneColor":"modularize-import-loader?name=getTwoToneColor&from=named&as=default!@ant-design/icons/es/components/twoTonePrimaryColor","setTwoToneColor":"modularize-import-loader?name=setTwoToneColor&from=named&as=default!@ant-design/icons/es/components/twoTonePrimaryColor","*":"@ant-design/icons/lib/icons/{{member}}"}},"next/server":{"transform":"next/dist/server/web/exports/{{ kebabCase member }}"}},"experimental":{"serverMinification":true,"serverSourceMaps":false,"caseSensitiveRoutes":false,"useDeploymentId":false,"useDeploymentIdServerActions":false,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","middlewarePrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":3,"memoryBasedWorkersCount":false,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"isrMemoryCacheSize":52428800,"fullySpecified":false,"outputFileTracingRoot":"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay","swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"adjustFontFallbacks":false,"adjustFontFallbacksWithSizeAdjust":false,"typedRoutes":false,"instrumentationHook":false,"bundlePagesExternals":false,"ppr":false,"optimizePackageImports":["lucide-react","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"configFileName":"next.config.js"},"appDir":"C:\\Users\\tesli\\Desktop\\projects\\web\\ANALOGUESHIFTS\\pay","relativeAppDir":"","files":[".next\\routes-manifest.json",".next\\server\\pages-manifest.json",".next\\build-manifest.json",".next\\prerender-manifest.json",".next\\prerender-manifest.js",".next\\server\\middleware-manifest.json",".next\\server\\middleware-build-manifest.js",".next\\server\\middleware-react-loadable-manifest.js",".next\\server\\app-paths-manifest.json",".next\\app-path-routes-manifest.json",".next\\app-build-manifest.json",".next\\server\\server-reference-manifest.js",".next\\server\\server-reference-manifest.json",".next\\react-loadable-manifest.json",".next\\server\\font-manifest.json",".next\\BUILD_ID",".next\\server\\next-font-manifest.js",".next\\server\\next-font-manifest.json"],"ignore":["node_modules\\next\\dist\\compiled\\@ampproject\\toolbox-optimizer\\**\\*"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/[paymentMethod]","regex":"^/([^/]+?)(?:/)?$","routeKeys":{"nxtPpaymentMethod":"nxtPpaymentMethod"},"namedRegex":"^/(?<nxtPpaymentMethod>[^/]+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/_not-found","regex":"^/_not\\-found(?:/)?$","routeKeys":{},"namedRegex":"^/_not\\-found(?:/)?$"},{"page":"/favicon.ico","regex":"^/favicon\\.ico(?:/)?$","routeKeys":{},"namedRegex":"^/favicon\\.ico(?:/)?$"}],"dataRoutes":[],"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url","prefetchHeader":"Next-Router-Prefetch","didPostponeHeader":"x-nextjs-postponed","contentTypeHeader":"text/x-component","suffix":".rsc","prefetchSuffix":".prefetch.rsc"},"rewrites":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"/_not-found": "app/_not-found.js", | ||
"/[paymentMethod]/page": "app/[paymentMethod]/page.js", | ||
"/page": "app/page.js", | ||
"/favicon.ico/route": "app/favicon.ico/route.js" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.