reroute-js 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_/basic/package.json +1 -1
- package/_/blog/package.json +1 -1
- package/cli/bin.d.ts +1 -1
- package/cli/bin.d.ts.map +1 -1
- package/cli/bin.js +161 -350
- package/cli/bin.js.map +5 -18
- package/cli/index.d.ts +2 -0
- package/cli/index.d.ts.map +1 -0
- package/cli/index.js +147 -0
- package/cli/index.js.map +10 -0
- package/cli/src/{index.d.ts → cli.d.ts} +1 -1
- package/cli/src/cli.d.ts.map +1 -0
- package/cli/src/commands/gen.d.ts.map +1 -1
- package/cli/src/libs/index.d.ts +2 -0
- package/cli/src/libs/index.d.ts.map +1 -0
- package/cli/src/libs/tailwind.d.ts +31 -4
- package/cli/src/libs/tailwind.d.ts.map +1 -1
- package/core/index.js +189 -168
- package/core/index.js.map +6 -6
- package/core/src/bundler/transpile.d.ts.map +1 -1
- package/core/src/index.d.ts +0 -1
- package/core/src/index.d.ts.map +1 -1
- package/elysia/index.js +231 -369
- package/elysia/index.js.map +7 -8
- package/elysia/src/plugin.d.ts.map +1 -1
- package/package.json +5 -1
- package/cli/src/index.d.ts.map +0 -1
- package/core/src/tailwind.d.ts +0 -15
- package/core/src/tailwind.d.ts.map +0 -1
package/_/basic/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "reroute gen && bun src/index.ts",
|
|
7
|
-
"dev": "reroute gen
|
|
7
|
+
"dev": "reroute gen --watch & bun --watch src/index.ts",
|
|
8
8
|
"build": "reroute gen && bun build src/index.ts --target bun --compile --outfile ./dist/app"
|
|
9
9
|
},
|
|
10
10
|
"private": true,
|
package/_/blog/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "reroute gen && bun src/index.ts",
|
|
7
|
-
"dev": "reroute gen
|
|
7
|
+
"dev": "reroute gen --watch & bun --watch src/index.ts",
|
|
8
8
|
"build": "reroute gen && bun build src/index.ts --target bun --compile --outfile ./dist/app"
|
|
9
9
|
},
|
|
10
10
|
"private": true,
|
package/cli/bin.d.ts
CHANGED
package/cli/bin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../../../../packages/cli/bin.ts"],"names":[],"mappings":";AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../../../../packages/cli/bin.ts"],"names":[],"mappings":";AAEA,cAAc,WAAW,CAAC"}
|