Skip to content

Commit

Permalink
ci(.codesandbox): initialization (#273)
Browse files Browse the repository at this point in the history
related with #7 

# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

I initialize codesandbox ci followiing its guide
<img width="1722" alt="image"
src="https://github.com/suspensive/react/assets/61593290/fc01ffa9-88af-43ed-8777-3eb5fe7b6fc3">

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
manudeli committed Oct 29, 2023
1 parent 5749faa commit 286729b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"packages": ["packages/**"],
"sandboxes": ["websites/visualization"],
"node": "18"
}

1 comment on commit 286729b

@vercel
Copy link

@vercel vercel bot commented on 286729b Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.