Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Apr 13, 2024
1 parent 560914f commit 5abd62c
Show file tree
Hide file tree
Showing 36 changed files with 280 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitkeep

This file was deleted.

Empty file added .nojekyll
Empty file.
72 changes: 72 additions & 0 deletions .well-known/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"name": "@ryanatkn/moss",
"version": "0.0.1",
"description": "magical organic stylesheets",
"icon": "🌿",
"public": true,
"license": "MIT",
"homepage": "https://moss.ryanatkn.com/",
"repository": "https://github.com/ryanatkn/moss",
"author": {
"name": "Ryan Atkinson",
"email": "mail@ryanatkn.com",
"url": "https://www.ryanatkn.com/"
},
"bugs": "https://github.com/ryanatkn/moss/issues",
"funding": "https://www.ryanatkn.com/funding",
"type": "module",
"engines": {
"node": ">=20.10"
},
"scripts": {
"start": "gro dev",
"dev": "gro dev",
"build": "gro build",
"test": "gro test",
"deploy": "gro deploy"
},
"files": [
"dist"
],
"devDependencies": {
"@ryanatkn/belt": "^0.20.10",
"@ryanatkn/eslint-config": "^0.1.2",
"@ryanatkn/fuz": "^0.94.0",
"@ryanatkn/gro": "^0.115.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.36.0-next.13",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^5.0.0-next.102",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"uvu": "^0.5.6"
},
"eslintConfig": {
"root": true,
"extends": "@ryanatkn"
},
"prettier": {
"plugins": [
"prettier-plugin-svelte"
],
"useTabs": true,
"printWidth": 100,
"singleQuote": true,
"bracketSpacing": false,
"overrides": [
{
"files": "package.json",
"options": {
"useTabs": false
}
}
]
}
}
4 changes: 4 additions & 0 deletions .well-known/src.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@ryanatkn/moss",
"version": "0.0.1"
}
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
moss.ryanatkn.com
1 change: 1 addition & 0 deletions _app/env.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const env={}
1 change: 1 addition & 0 deletions _app/immutable/assets/0.DIsuU-KV.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _app/immutable/assets/2.DTfkoSGQ.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
main.svelte-aa2n4y{display:flex;flex-direction:column;align-items:center;margin:0 auto}
1 change: 1 addition & 0 deletions _app/immutable/assets/3.CYRyCQgu.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _app/immutable/assets/_layout.BWxUrUu_.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _app/immutable/assets/_page.CYRyCQgu.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _app/immutable/assets/_page.DTfkoSGQ.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
main.svelte-aa2n4y{display:flex;flex-direction:column;align-items:center;margin:0 auto}
1 change: 1 addition & 0 deletions _app/immutable/chunks/disclose-version.BjE7sMhb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions _app/immutable/chunks/entry.DU8o2HER.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _app/immutable/chunks/index-client.lHA7bAaV.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _app/immutable/chunks/index.DszNxGuQ.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _app/immutable/chunks/lifecycle.BUJkml-m.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _app/immutable/chunks/paths.BmkeMaLx.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var s;const e=((s=globalThis.__sveltekit_1x47si9)==null?void 0:s.base)??"";var a;const t=((a=globalThis.__sveltekit_1x47si9)==null?void 0:a.assets)??e;export{t as a,e as b};
1 change: 1 addition & 0 deletions _app/immutable/chunks/props.Cnbcg2JQ.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5abd62c

Please sign in to comment.