build: added pyproject.toml

This commit is contained in:
Jannat Patel
2023-11-09 15:18:06 +05:30
parent 4316a37ed6
commit 9ebd64f47d
4 changed files with 38 additions and 11 deletions

View File

@@ -13,6 +13,6 @@ module.exports = defineConfig({
openMode: 0,
},
e2e: {
baseUrl: "http://dd1:8000",
baseUrl: "http://pyp:8000",
},
});