@taujs/create-taujs 0.6.0 → 0.7.0
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -433,7 +433,7 @@ function generatePackageJson(projectName, framework) {
|
|
|
433
433
|
}
|
|
434
434
|
function generateBuildTs() {
|
|
435
435
|
return `import path from "node:path";
|
|
436
|
-
import { taujsBuild } from "@taujs/server";
|
|
436
|
+
import { taujsBuild } from "@taujs/server/build";
|
|
437
437
|
import config from "./taujs.config.ts";
|
|
438
438
|
|
|
439
439
|
await taujsBuild({
|