@arnaud-barre/rds
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.7.11", | ||
"version": "0.7.12", | ||
"author": "Arnaud Barré (https://github.com/ArnaudBarre)", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@arnaud-barre/downwind": "^0.7.6", | ||
"@arnaud-barre/downwind": "^0.7.7", | ||
"eslint": "^9", | ||
@@ -30,3 +30,3 @@ "typescript": "^5" | ||
"dependencies": { | ||
"@arnaud-barre/config-loader": "^0.7.1", | ||
"@arnaud-barre/config-loader": "^0.7.3", | ||
"@swc/core": "^1.7.35", | ||
@@ -36,5 +36,5 @@ "chokidar": "^3.6.0", | ||
"esbuild": "^0.24.0", | ||
"lightningcss": "^1.27.0", | ||
"lightningcss": "^1.28.2", | ||
"ws": "^8.18.0" | ||
} | ||
} |
@@ -7,7 +7,7 @@ #!/usr/bin/env node | ||
if (cmd === "-v" || cmd === "--version") { | ||
console.log("0.7.11"); | ||
console.log("0.7.12"); | ||
process.exit(); | ||
} | ||
var help = () => { | ||
console.log(`\x1B[36mRDS ${"0.7.11"}\x1B[39m | ||
console.log(`\x1B[36mRDS ${"0.7.12"}\x1B[39m | ||
\x1B[35m dev, start \x1B[39m start dev server | ||
@@ -41,5 +41,5 @@ \x1B[35m build \x1B[39m bundle and minify into /dist | ||
if (cmd === "dev" || cmd === "start") { | ||
return (await import("./dev-JLYTQL2C.js")).main(inlineConfig); | ||
return (await import("./dev-7VWOEKEF.js")).main(inlineConfig); | ||
} else if (cmd === "preview" || cmd === "serve") { | ||
return (await import("./preview-2JXSOLQP.js")).main(inlineConfig); | ||
return (await import("./preview-ZX4CJQPH.js")).main(inlineConfig); | ||
} | ||
@@ -46,0 +46,0 @@ console.error(`\x1B[31mUnsupported command: ${cmd}\x1B[39m`); |
// src/server/index.ts | ||
var createDevServer = async (inlineConfig) => { | ||
global.__rds_start = performance.now(); | ||
return (await import("./dev-JLYTQL2C.js")).main(inlineConfig); | ||
return (await import("./dev-7VWOEKEF.js")).main(inlineConfig); | ||
}; | ||
@@ -12,3 +12,3 @@ var build = async (inlineConfig) => { | ||
global.__rds_start = performance.now(); | ||
return (await import("./preview-2JXSOLQP.js")).main(inlineConfig); | ||
return (await import("./preview-ZX4CJQPH.js")).main(inlineConfig); | ||
}; | ||
@@ -15,0 +15,0 @@ export { |
109012
0.03%Updated