Skip to content

Instantly share code, notes, and snippets.

View agileago's full-sized avatar

backpast agileago

View GitHub Profile
@agileago
agileago / vite.config.ts.md
Created January 6, 2024 09:21
Folder as entry in library mode for multiple independent js modules
./src/
  src/cli.ts
  src/index.ts
./vite.config.ts

vite.config.ts

import { resolve } from "node:path"
@agileago
agileago / nginx.conf
Created April 9, 2025 07:43 — forked from anjia0532/nginx.conf
nginx proxy_pass add a static parameter
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;