mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
ci: add checks on examples (#605)
This commit is contained in:
committed by
GitHub
parent
a322ce2fad
commit
9b6f8098b6
+1
-1
@@ -11,7 +11,7 @@ tuono new [NAME]
|
||||
You can install any example included in this folder by just using the `--template` flag:
|
||||
|
||||
```sh
|
||||
tuono new [NAME] --template [TEMPLATE]
|
||||
tuono new [NAME] --template [TEMPLATE]
|
||||
```
|
||||
|
||||
`[TEMPLATE]` is the folder name.
|
||||
|
||||
@@ -5,5 +5,3 @@ This is the starter tuono project. To download it run in your terminal:
|
||||
```sh
|
||||
tuono new my-first-tuono-app
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import type { TuonoConfig } from 'tuono/config'
|
||||
|
||||
const config: TuonoConfig = {
|
||||
vite: {
|
||||
alias: {
|
||||
'@': 'src',
|
||||
},
|
||||
},
|
||||
vite: {
|
||||
alias: {
|
||||
'@': 'src',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user