Skip to content

Commit

Permalink
chore: removed Svelte TypeScript support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
timkippdev authored and leaanthony committed Sep 7, 2020
1 parent 8b7cd03 commit 82ac4f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 139 deletions.
14 changes: 0 additions & 14 deletions cmd/templates/svelte/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,6 @@ If you're building a single-page app (SPA) with multiple routes, sirv needs to b
"start": "sirv public --single"
```

## Using TypeScript

This template comes with a script to set up a TypeScript development environment, you can run it immediately after cloning the template with:

```bash
node scripts/setupTypeScript.js
```

Or remove the script via:

```bash
rm scripts/setupTypeScript.js
```

## Deploying to the web

### With [Vercel](https://vercel.com)
Expand Down
125 changes: 0 additions & 125 deletions cmd/templates/svelte/frontend/scripts/setupTypeScript.js

This file was deleted.

0 comments on commit 82ac4f1

Please sign in to comment.