Ajout d'une base pour la partie Electron

This commit is contained in:
Quentin Millardet
2024-01-13 23:31:03 +01:00
parent 02cb1cd738
commit ed0b56e789
34 changed files with 75 additions and 14830 deletions

6
client/renderer.js Normal file
View File

@@ -0,0 +1,6 @@
const func = async () => {
const response = await window.versions.ping()
console.log(response) // Affichera 'pong'
}
func()