This file contains hidden or 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
500 | |
[vite-node] [plugin:@tailwindcss/vite:generate:serve] [VITE_ERROR] /assets/css/main.css <br><pre>@import "tailwindcss" theme(static); @import "@nuxt/ui-pro"; @source "../../../content"; @theme static { --font-sans: 'DM Sans', sans-serif; --container-8xl: 90rem; --color-green-50: #EFFDF5; --color-green-100: #D9FBE8; --color-green-200: #B3F5D1; --color-green-300: #75EDAE; --color-green-400: #00DC82; --color-green-500: #00C16A; --color-green-600: #00A155; --color-green-700: #007F45; --color-green-800: #016538; --color-green-900: #0A5331; --color-green-950: #052E16; } :root { --ui-container: var(--container-8xl); } @layer base { button, [role="button"] { @apply cursor-pointer; @apply disabled:cursor-not-allowed; } } .dark { --ui-bg: var(--ui-color-neutral-950); } :root { --ui-header-height: 44px; } </pre><br> | |
[vite-node] [plugin:@tailwindcss/vite:generate:serve] [VITE_ERROR] /assets/css/main.css <br><pre>@import "tailwindcss" theme(static); @import "@nuxt/ui-pro"; @source "../../../content"; @theme static { |
This file contains hidden or 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
import { createRoute, OpenAPIHono } from "@hono/zod-openapi"; | |
import { openapiGetResponses } from "./openapi"; | |
import { z } from "@hono/zod-openapi"; | |
const app = new OpenAPIHono() | |
const possibleStatusCodes = [200, 401, 500] as const satisfies readonly number[]; | |
const route = createRoute({ | |
operationId: "resource-name.list", | |
method: "get", |
This file contains hidden or 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
import { type NitroPreset } from "nitropack"; | |
export default (<NitroPreset>{ | |
extends: "cloudflare", | |
exportConditions: ["workerd"], | |
output: { | |
dir: "{{ rootDir }}/dist", | |
publicDir: "{{ output.dir }}/public", | |
serverDir: "{{ output.dir }}/worker", | |
}, | |
commands: { |
This file contains hidden or 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: 0.0.21 | |
service: bar-test | |
description: coolest templates in the world | |
provider: aws | |
variables: | |
env: | |
default: prod | |
level: | |
default: ERROR |
This file contains hidden or 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
[ | |
{ | |
"name": "Naruto: Shippuuden", | |
"description": "It has been two and a half years since Naruto Uzumaki left Konohagakure, the Hidden Leaf Village, for intense training following events which fueled his desire to be stronger. Now Akatsuki, the mysterious organization of elite rogue ninja, is closing in on their grand plan which may threaten the safety of the entire shinobi world.", | |
"Rating": "8.16", | |
"episode": 500, | |
"categorie":"Animation | Drama | Adventure", | |
"studio":"Studio Pierrot", | |
"img": "https://myanimelist.cdn-dena.com/images/anime/5/17407.jpg" | |
}, |