Skip to content

feat: initialize studio app with package.json, tsconfig, and .gitignore #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rohitdhakane6
Copy link
Contributor

This pull request includes several changes to set up the studio application. The changes involve updating the .gitignore file, adding a package.json file, and creating a tsconfig.json file.

Setup and configuration:

  • apps/studio/.gitignore: Added entries to ignore node_modules and .env files to keep environment variables out of version control.
  • apps/studio/package.json: Added a new package.json file with scripts for development, cleaning, and type checking, as well as a devDependency for prisma.
  • apps/studio/tsconfig.json: Added a tsconfig.json file extending the base TypeScript configuration for Next.js, including TypeScript files and excluding node_modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant