mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-19 05:24:00 +00:00
includes: - a package that contains a MemoryGraph component which handles fetching data and rendering the graph - a playground to test the package problems: - the bundle size is huge - the styles are kinda broken? we are using [https://www.npmjs.com/package/vite-plugin-libgi-inject-css](https://www.npmjs.com/package/vite-plugin-lib-inject-css) to inject the styles 
42 lines
367 B
Text
42 lines
367 B
Text
# Source files (only publish dist)
|
|
src
|
|
*.ts
|
|
!*.d.ts
|
|
|
|
# Config files
|
|
tsconfig.json
|
|
vite.config.ts
|
|
.gitignore
|
|
.npmignore
|
|
|
|
# Development
|
|
node_modules
|
|
*.log
|
|
.env*
|
|
|
|
# Editor
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
*.test.*
|
|
*.spec.*
|
|
|
|
# CI/CD
|
|
.github
|
|
.gitlab-ci.yml
|
|
.travis.yml
|
|
|
|
# Docs (except README)
|
|
docs
|
|
examples
|
|
.changeset
|