Skip to content

Commit

Permalink
Moved project
Browse files Browse the repository at this point in the history
  • Loading branch information
balegas committed Aug 13, 2024
1 parent 39f1ba7 commit af02df3
Show file tree
Hide file tree
Showing 24 changed files with 77 additions and 88 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic Remix example
# Yjs Electric provider example

## Setup

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@electric-examples/basic-example",
"name": "@electric-examples/yjs-provider",
"private": true,
"version": "0.0.1",
"author": "ElectricSQL",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"backend:up": "PROJECT_NAME=nextjs-basic-example pnpm -C ../../ run example-backend:up && pnpm db:migrate",
"backend:down": "PROJECT_NAME=nextjs-basic-example pnpm -C ../../ run example-backend:down",
"backend:up": "PROJECT_NAME=yjs-provider pnpm -C ../../ run example-backend:up && pnpm db:migrate",
"backend:down": "PROJECT_NAME=yjs-provider pnpm -C ../../ run example-backend:down",
"db:migrate": "dotenv -e ../../.env.dev -- pnpm exec pg-migrations apply --directory ./db/migrations",
"dev": "next dev --turbo -p 5173",
"build": "next build",
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
157 changes: 73 additions & 84 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af02df3

Please sign in to comment.