chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-28 12:36:05 +02:00
commit b21fe5a987
202 changed files with 9063 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
node_modules
dist
.vite
.wrangler
# Generated by @pikku/cli — regenerated on `pikku all`.
# Ignore the contents (not the directory) so negation below can whitelist
# the `api.gen.ts` stub that keeps the skeleton compilable pre-`pikku all`.
packages/functions/.pikku/client/*
!packages/functions/.pikku/client/api.gen.ts
# Scaffold wirings are generated by `pikku all` — never commit them.
packages/functions/src/scaffold/*.gen.ts
packages/functions/src/scaffold/*.gen.js
# Yarn — commit the root lockfile; ignore PnP/cache and generated per-unit lockfiles
.yarn/
.pnp.*
yarn.lock
!/yarn.lock
# Vendored packages injected at sandbox runtime — never commit
vendor/