mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 13:40:09 +00:00
extension auth and sync working
This commit is contained in:
parent
e339800001
commit
7752cf813e
22 changed files with 92 additions and 50 deletions
|
|
@ -3,12 +3,12 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev-arch": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"pages:build": "pnpm next-on-pages",
|
||||
"preview": "pnpm pages:build && wrangler pages dev .vercel/output/static --port=3000",
|
||||
"dev": "pnpm pages:build && wrangler pages dev .vercel/output/static --port=3000",
|
||||
"deploy": "pnpm pages:build && wrangler pages deploy .vercel/output/static"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue