mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 22:08:58 +00:00
new examples
This commit is contained in:
12
node/eleventy/package.json
Normal file
12
node/eleventy/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "eleventy",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "eleventy --serve",
|
||||
"build": "eleventy",
|
||||
"start": "npx serve@latest _site"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user