We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13581d5 + b237680 commit 75d4e4bCopy full SHA for 75d4e4b
package.json
@@ -1,9 +1,12 @@
1
{
2
"name": "hosty",
3
"version": "0.0.1-alpha.3",
4
- "description": "Self host your web apps and services with ease.",
+ "description": "A code based opinionated way to self-host and manage web apps.",
5
"type": "module",
6
"main": "dist/index.js",
7
+ "files": [
8
+ "dist"
9
+ ],
10
"scripts": {
11
"build": "tsc -p tsconfig.build.json",
12
"test": "node --import tsx test.ts"
0 commit comments