-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX]:285 - Type proccess.env based off the available secrets in a no… (
#333) * [FIX]:285 - Type proccess.env based off the available secrets in a notebook * [ADD] - changeset * [FIX] - linting and formatting * Style apps page sidebar and header (#340) * Update sans font (#341) * File tree functionality and styles (#344) * Add support for deleting and renaming files (#345) * Add support for deleting and renaming files * Fix lint * Exclude a few directories * Implement top level create file and folder (#346) * Homepage UI Rework! (#348) * inital homepage rework, sections, card style, srcbook to notebook * fix lil linter error * move user facing Srcbook (in ref to notebook) to Notebook * style up to match figma * some cleanup around purples on create app (#351) * fix CI bug with pnpm CI mismatch in release (#354) * Add logic to represent booting state within preview panel and parse stdout from vite to get port (#349) * feat: add logic to represent booting state within preview panel and parse stdout from vite to get port * fix: run npm run format * Add folder delete and rename behavior (#355) * Add folder delete and rename behavior * Remove unused files state * Fix lint warnings * [FIX] - env type errors * put the env.d.ts file under root directory instead of src * remove cell:format --------- Co-authored-by: Ben Reinhart <[email protected]> Co-authored-by: versecafe <[email protected]> Co-authored-by: Ryan Gaus <[email protected]>
- Loading branch information
1 parent
89e4c7b
commit c3e857b
Showing
5 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@srcbook/api': patch | ||
--- | ||
|
||
Add typing support and errors for environment variables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters