This file has been truncated, but you can view the full file.
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
{ | |
targets: { | |
sprites: { | |
undefined: { | |
order: 0, | |
id: 'RDeIgYRW%onqx19:_~7=', | |
name: 'Sprite1', | |
isStage: false, | |
x: 11, | |
y: -85, |
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
function withCacheSupabase(ttl: number) { | |
return createClient('https://myurl', '.....', { | |
global: { | |
fetch(url, options) { | |
return fetch(url, { | |
...options, | |
cf: { | |
cacheTtl: ttl, | |
cacheEverything: true, | |
}, |
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
version: "3.9" | |
services: | |
sqlite: | |
image: ghcr.io/libsql/sqld:latest | |
volumes: | |
- ./data:/var/lib/sqld | |
environment: | |
- SQLD_NODE=primary | |
ports: | |
- "6001:8080" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<html style="color:green;" lang="en"> | |
<head> | |
<title>Getting Started with Api2Pdf.com</title> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" /> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="row justify-content-md-center text-center"> | |
<img src="https://api2pdf.wpenginepowered.com/wp-content/themes/api2pdf/assets/images/logo.png" /> | |
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer