mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
* refactor: flatten repo structure this makes it easier for new contributors to find where templates live * fmt * update syntax * saturating sub * revert lte syntax change * fix manifest * react and solid
15 lines
352 B
TypeScript
15 lines
352 B
TypeScript
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
/* auto-generated by NAPI-RS */
|
|
|
|
export function run(
|
|
args: Array<string>,
|
|
binName?: string | undefined | null,
|
|
pkgManager?: string | undefined | null,
|
|
): void;
|