Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Glitch Hosting #15

Closed
invisicat opened this issue Jun 17, 2020 · 2 comments · Fixed by #17
Closed

Glitch Hosting #15

invisicat opened this issue Jun 17, 2020 · 2 comments · Fixed by #17
Labels
Breaking Changes Breaking Changes that has top priority. enhancement New feature or request

Comments

@invisicat
Copy link
Collaborator

Make sure to include following files.

package.json
"engines": { "node": "12.x" }

and a watch.json

  "install": {
    "include": [
      "^package\\.json$",
      "^\\.env$"
    ]
  },
  "restart": {
    "exclude": [
      "^public/",
      "^dist/"
    ],
    "include": [
      "\\.js$",
      "\\.json"
    ]
  },
  "throttle": 900000
}

eat my shit bitch.

@invisicat invisicat added Breaking Changes Breaking Changes that has top priority. enhancement New feature or request labels Jun 17, 2020
@invisicat invisicat linked a pull request Jun 17, 2020 that will close this issue
@invisicat invisicat pinned this issue Jun 21, 2020
@invisicat
Copy link
Collaborator Author

invisicat commented Jul 15, 2020

Glitch hosting is not an option anymore, consider different options, also update package.json to
`"engines": { "node": "14.x" }

`

@invisicat
Copy link
Collaborator Author

Got a hosting option, closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Breaking Changes Breaking Changes that has top priority. enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant