Files
archived-tauri-action/__fixtures__/example/dist/index.html
Fabian-Lars c5c0e27d68 refactor: Merge workspace into single package. (#362)
* refactor repo into one package

* take pnpm for a test drive

* add tslib again

* fix dist path in action.yml

* split up core script. add eslint

* don't early return artifacts on macos

* up node version

* update deps

* fix change files

* rebuild dist
2023-02-06 13:44:53 +01:00

8 lines
86 B
HTML

<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>Hello!</h3>
</body>
</html>