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 d39589e commit 2c5fd27
Show file tree
Hide file tree
Showing 36 changed files with 273 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitkeep

This file was deleted.

Empty file added .nojekyll
Empty file.
64 changes: 64 additions & 0 deletions .well-known/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"name": "@ryanatkn/fuz_template",
"version": "0.0.1",
"description": "a static web app and Node library template with TypeScript, Svelte, SvelteKit, Vite, esbuild, Fuz, and Gro",
"icon": "",
"public": true,
"homepage": "https://template.fuz.dev/",
"repository": "https://github.com/ryanatkn/fuz_template",
"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/fuz_template",
"version": "0.0.1"
}
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
template.fuz.dev
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.AYoN8kmt.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/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.AYoN8kmt.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.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/chunks/disclose-version.IxImnfc3.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.D8Bde6jH.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _app/immutable/chunks/index-client.XCKBfX7j.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.BNsGiM3m.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.B7sCEMdI.js

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

Loading

0 comments on commit 2c5fd27

Please sign in to comment.