Skip to content

Add SolidJS#9

Open
uiopak wants to merge 7 commits intojohanndev:mainfrom
uiopak:solidjs
Open

Add SolidJS#9
uiopak wants to merge 7 commits intojohanndev:mainfrom
uiopak:solidjs

Conversation

@uiopak
Copy link

@uiopak uiopak commented Jun 3, 2022

Pull request changes:

  • adds SolidJS
  • sets everywhere namespace to Company.WebApplication1 (replaced by user project name)
  • I had problem with project trying to generate new certificate, vite tried to read files before they ware created, fixed changing spawn to spawnSync
  • adds option to use pnpm instead of npm
  • adds option to generate project without https
  • resolves About http proxy error. #7
  • resolves Settings when publishing in production build. #8

@@ -1,4 +1,4 @@
namespace Vite_CSharp;
namespace Company.WebApplication1;

Choose a reason for hiding this comment

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

Vite_CSharp is fine here.

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.

Settings when publishing in production build. About http proxy error.

2 participants