chore(env): add .env.example file and update .gitignore
- Introduced a new .env.example file with NODE_OPTIONS configuration. - Updated .gitignore to exclude .env.example from being ignored. - Added instructions in dev.md for copying .env.example to .env.
This commit is contained in:
@@ -188,6 +188,7 @@ const CustomTabs = styled.div`
|
||||
padding: 6px 0;
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
background: transparent;
|
||||
-webkit-app-region: no-drag;
|
||||
[navbar-position='top'] & {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user