1.0.0-next.15 • Published 4 years ago

@sveltejs/adapter-begin v1.0.0-next.15

Weekly downloads
36
License
-
Repository
-
Last release
4 years ago

adapter-begin

Adapter for Svelte apps that creates a Begin app, using a function for dynamic server rendering.

Configuration

Add the adapter to your svelte.config.cjs:

module.exports = {
  ...
	adapter: '@sveltejs/adapter-begin'
};

This adapter expects to find an OpenJS Architect app.arc file in the project root. It will use it to determine where to write static assets to based on the @static configuration. The default configuration for this file is as follows:

@app
svelte-kit-app

@http
get /

@static
folder public
1.0.0-next.15

4 years ago

1.0.0-next.14

4 years ago

1.0.0-next.13

4 years ago

1.0.0-next.12

4 years ago

1.0.0-next.11

4 years ago

1.0.0-next.10

4 years ago

1.0.0-next.9

4 years ago

1.0.0-next.8

4 years ago

1.0.0-next.7

4 years ago

1.0.0-next.6

4 years ago

1.0.0-next.5

4 years ago

1.0.0-next.4

4 years ago

1.0.0-next.3

4 years ago

1.0.0-next.2

4 years ago

1.0.0-next.1

4 years ago

1.0.0-next.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago