Skip to content

Commit ab3ede5

Browse files
aboodmanarv
andauthoredFeb 4, 2022
Use external repos (#22)
* This has two _executables_: Next (server and client) ======================== Start this with `npm run dev` The code for this is located in `/src` Cloudlare Worker ================ Start this in dev mode with `npm start dev-worker` The code for this is in `/worker` Dependencies ============ This currently has tarbals for `reps-do` and `reps-client` `reps-client` will be moved into `replicache` proper eventually but `reps-do` will eventually become `reps`. * Take over rocicorp/reflect-draw#21 For some reason these .js extensions don't work for me. Also, remove unneeded declarations.d.ts file and update package-lock.json. * Update README Co-authored-by: Erik Arvidsson <[email protected]>
1 parent 36764ce commit ab3ede5

File tree

115 files changed

+3475
-15591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3475
-15591
lines changed
 

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ yarn-error.log*
3232

3333
# vercel
3434
.vercel
35+
36+
$ CloudFlare worker
37+
.mf/
38+
tsconfig.tsbuildinfo

‎.jshintrc

-6
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.