mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 12:46:50 +00:00
* build: migrate repo to use `pnpm` as the pacakge manager * corepack enable * update lock file * format files * format .github * fix audit js * wrap in quotes * --frozen-lockfile * simplify packageManager field * lockfile * remove cache from audit workflow
11 lines
188 B
HTML
11 lines
188 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Isolation Secure Script</title>
|
|
</head>
|
|
<body>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|