mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
8 lines
89 B
JavaScript
8 lines
89 B
JavaScript
const info = require('../dist/api/info')
|
|
|
|
async function run() {
|
|
await info()
|
|
}
|
|
|
|
run()
|