mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
8 lines
89 B
JavaScript
8 lines
89 B
JavaScript
const info = require('../dist/api/info')
|
|
|
|
async function run() {
|
|
await info()
|
|
}
|
|
|
|
run()
|