Socket
Socket
Sign inDemoInstall

solid-start-deno

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-start-deno

## This package is deprecated see [@solidjs/start](https://www.npmjs.com/package/@solidjs/start)


Version published
Weekly downloads
14
decreased by-91.41%
Maintainers
1
Weekly downloads
 
Created
Source

solid-start-deno

This package is deprecated see @solidjs/start

Adapter for Solid apps that work on Deno Deploy.

This is very experimental; the adapter API isn't at all fleshed out, and things will definitely change.

Configuration

  • Install Deno
  • Install Deno Deploy CLI
    deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts
    

You also need to add the main entry to your package.json:

Deploy

  1. Build your app with SolidStart
npm run build
  1. Create a project with <your-project-name> name on Deno Deploy.

  2. cd dist

  3. Use the Deno Deploy CLI to deploy your app.

$ project/dist > deployctl deploy --prod --project=<YOUR_PROJECT_NAME> --token <YOUR_DENO_DEPLOY_TOKEN> ./index.js

FAQs

Package last updated on 20 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc