1.0.0-next.15 • Published 2 years ago

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

Weekly downloads
36
License
-
Repository
-
Last release
2 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

2 years ago

1.0.0-next.14

3 years ago

1.0.0-next.13

3 years ago

1.0.0-next.12

3 years ago

1.0.0-next.11

3 years ago

1.0.0-next.10

3 years ago

1.0.0-next.9

3 years ago

1.0.0-next.8

3 years ago

1.0.0-next.7

3 years ago

1.0.0-next.6

3 years ago

1.0.0-next.5

3 years ago

1.0.0-next.4

3 years ago

1.0.0-next.3

3 years ago

1.0.0-next.2

3 years ago

1.0.0-next.1

3 years ago

1.0.0-next.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago