chore: ignore bun cache and clean up

This commit is contained in:
yuzhiran
2026-06-11 19:40:10 +08:00
parent e021e194c4
commit f7da843d56
1890 changed files with 1 additions and 13 deletions
-12
View File
@@ -1,12 +0,0 @@
"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