Skip to content

Commit

Permalink
refactor(demo): move demonstration schemas and all the demo stuff ins…
Browse files Browse the repository at this point in the history
…ide demo/ to make things clear
  • Loading branch information
LilaRest committed May 16, 2023
1 parent 0b85ea4 commit d245855
Show file tree
Hide file tree
Showing 64 changed files with 27 additions and 2,187 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ dist
.DS_Store
lib

// Exclude all distribution files except generator outputs
dist/*
!dist/
!dist/.generated
dist

// Exclude all demo distribution files except generator outputs
demo/dist/*
!demo/dist/
!demo/dist/.generated
15 changes: 15 additions & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"prismary": "link:.."
}
}
6 changes: 6 additions & 0 deletions demo/pnpm-lock.yaml

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

File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions dist/.generated/CommentCreateSchema.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/.generated/CommentCreateSchema.js.map

This file was deleted.

10 changes: 0 additions & 10 deletions dist/.generated/CommentCreateSchema.ts

This file was deleted.

165 changes: 0 additions & 165 deletions dist/.generated/CommentProcedures.js

This file was deleted.

Loading

0 comments on commit d245855

Please sign in to comment.