mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 04:28:30 +00:00
init
This commit is contained in:
parent
b5bafc8f60
commit
30b7eb7c73
21
snowpack.config.js
Normal file
21
snowpack.config.js
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
// Snowpack Configuration File
|
||||||
|
// See all supported options: https://www.snowpack.dev/reference/configuration
|
||||||
|
|
||||||
|
/** @type {import("snowpack").SnowpackUserConfig } */
|
||||||
|
module.exports = {
|
||||||
|
mount: {
|
||||||
|
/* ... */
|
||||||
|
},
|
||||||
|
plugins: [
|
||||||
|
/* ... */
|
||||||
|
],
|
||||||
|
packageOptions: {
|
||||||
|
/* ... */
|
||||||
|
},
|
||||||
|
devOptions: {
|
||||||
|
/* ... */
|
||||||
|
},
|
||||||
|
buildOptions: {
|
||||||
|
/* ... */
|
||||||
|
},
|
||||||
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user