Files
tiennm99 c291d52cd2 build: move from pnpm to npm
Replace pnpm-lock.yaml with package-lock.json. The security overrides move to
package.json#overrides with their range operators intact, so advisory floors
stay floors. allowBuilds becomes package.json#allowScripts where the listed
package is actually in the tree.
2026-08-17 13:15:15 +07:00

28 lines
263 B
Plaintext

# SvelteKit build output
.svelte-kit/
build/
# dependencies
node_modules/
# environment variables
.env
.env.*
!.env.example
# macOS
.DS_Store
# editor
.vscode/
.idea/
# logs
npm-debug.log*
yarn-debug.log*
npm-debug.log*
# tooling
*.tsbuildinfo
.eslintcache