mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 23:14:24 +01:00
- Manifest V3 configuration with proper permissions - TypeScript + esbuild build system - npm dependencies (Readability, DOMPurify, Cheerio) - Build configuration (IIFE bundling, watch mode) - Shared TypeScript type definitions Foundation for Trilium Web Clipper Manifest V3 migration.
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
# Disable workspace functionality for this project
|
|
# Make it work as a standalone npm project
|
|
workspaces=false
|
|
legacy-peer-deps=true
|
|
|
|
# Use npm instead of pnpm for this specific project
|
|
package-lock=true |