We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfb85a commit 47d5e6aCopy full SHA for 47d5e6a
2 files changed
packages/start-nitro-v2-vite-plugin/package.json
@@ -3,6 +3,11 @@
3
"description": "Nitro v2 plugin for development with SolidStart 2.0",
4
"version": "0.3.0",
5
"type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/solidjs/solid-start.git",
9
+ "directory": "packages/start-nitro-v2-vite-plugin"
10
+ },
11
"scripts": {
12
"build": "tsc",
13
"typecheck": "tsc --noEmit",
packages/start/package.json
@@ -2,6 +2,11 @@
2
"name": "@solidjs/start",
"version": "2.0.0-alpha.3",
+ "directory": "packages/start"
"build": "pnpm validate-imports && tsc && node scripts/build.js",
"dev": "tsc --watch",
0 commit comments