Merge pull request #9 from docmost/nx-monorepo

Nx monorepo
This commit is contained in:
Philip Okugbe 2024-01-10 19:47:19 +00:00 committed by GitHub
commit e5758f7ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
273 changed files with 11418 additions and 30 deletions

3
.gitignore vendored
View File

@ -34,3 +34,6 @@ lerna-debug.log*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.nx/installation
.nx/cache

1
.npmrc Normal file
View File

@ -0,0 +1 @@
shamefully-hoist = true

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,5 @@
@import './core';
@import './collaboration';
@import './task-list';
@import './placeholder';
@import './drag-handle';

Some files were not shown because too many files have changed in this diff Show More