refactor: 模板占位符从 {{app-name}} 改为 my-app
This commit is contained in:
@@ -5,7 +5,7 @@ import { fileURLToPath } from "node:url";
|
||||
const projectRoot = fileURLToPath(new URL("..", import.meta.url));
|
||||
const distWebDir = join(projectRoot, "dist/web");
|
||||
const buildDir = join(projectRoot, ".build");
|
||||
const executablePath = join(projectRoot, "dist/{{app-name}}");
|
||||
const executablePath = join(projectRoot, "dist/my-app");
|
||||
|
||||
async function build() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user