mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
chore(nx): create empty project
This commit is contained in:
1
packages/express-partial-content/src/index.ts
Normal file
1
packages/express-partial-content/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './lib/express-partial-content.js';
|
||||
@@ -0,0 +1,3 @@
|
||||
export function expressPartialContent(): string {
|
||||
return 'express-partial-content';
|
||||
}
|
||||
Reference in New Issue
Block a user