H5构建部署 + 小程序上传 v1.0.3
- 构建 H5 并部署至 zhiyin.yzrcloud.cn(含 nginx /api/ 代理) - 构建并上传微信小程序至微信侧(版本 1.0.3,包体 495KB) - 启动生产后端(端口 3006,zhiyinwx.yzrcloud.cn 代理) - 修复 tsconfig.build.json 缺失导致 dist 输出路径错误
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const test_1 = require("@playwright/test");
|
||||
exports.default = (0, test_1.defineConfig)({
|
||||
testDir: './test',
|
||||
testMatch: '*.browser.spec.ts',
|
||||
timeout: 30000,
|
||||
use: {
|
||||
baseURL: 'http://localhost:3006',
|
||||
},
|
||||
});
|
||||
//# sourceMappingURL=playwright.config.js.map
|
||||
Reference in New Issue
Block a user