Skip to content

Instantly share code, notes, and snippets.

View boristane's full-sized avatar
🎯

Boris Tane boristane

🎯
View GitHub Profile
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 {
@boristane
boristane / list.ts
Created April 29, 2025 03:07
Hono API
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",
@boristane
boristane / nitro.config.ts
Last active October 29, 2024 08:57
nitro.config.ts
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: {
@boristane
boristane / index.yml
Last active December 5, 2022 01:13 — forked from archdishup/index.yml
baselime shared template
version: 0.0.21
service: bar-test
description: coolest templates in the world
provider: aws
variables:
env:
default: prod
level:
default: ERROR
@boristane
boristane / anime.json
Created December 16, 2018 18:46 — forked from aws1994/anime.json
[
{
"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"
},