mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 05:30:09 +00:00
import tools: CSV and markdown (obsidian)
This commit is contained in:
parent
0c0ea871c3
commit
75fb461501
8 changed files with 854 additions and 89 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"engineStrict": true,
|
||||
"packageManager": "bun@1.1.29",
|
||||
"scripts": {
|
||||
"build": "bun i remix && remix vite:build",
|
||||
"build": "remix vite:build",
|
||||
"cf-typegen": "wrangler types",
|
||||
"deploy": "cross-env NODE_ENV=production IS_DEPLOYING=true dotenv -- bun run build && wrangler pages deploy",
|
||||
"dev": "dotenv -- wrangler -v && remix vite:dev --port 3000",
|
||||
|
|
@ -168,8 +168,7 @@
|
|||
"tailwindcss": "^3.4.13",
|
||||
"typescript": "^5.6.2",
|
||||
"vite": "^5.4.8",
|
||||
"vite-tsconfig-paths": "^5.0.1",
|
||||
"wrangler": "3.99.0"
|
||||
"vite-tsconfig-paths": "^5.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue