Skip to content
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

Dev Container support #82

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Conversation

mcollier
Copy link
Contributor

This pull request introduces a new development container configuration and updates the Vite configuration for the client. The most important changes include adding a devcontainer.json file and modifying the vite.config.ts file to specify the server host.

Development container setup:

  • .devcontainer/devcontainer.json: Added a new development container configuration file with necessary features, customizations, and post-create commands. This configuration includes Azure CLI, Deno, Azure Functions Core Tools, and GitHub CLI features, along with relevant VS Code extensions.

Vite configuration update:

Resolves #81

@billba billba merged commit a6d36d2 into billba:main Nov 20, 2024
@mcollier mcollier deleted the mcollier/dev-container branch November 20, 2024 21:02
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.

Support VSCode dev container for development
2 participants