test
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: test
|
||||
run: echo $APP_DIR_NAME
|
||||
run: echo "write your test here"
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<template>
|
||||
<NuxtTemplate />
|
||||
<NuxtTemplatee />
|
||||
</template>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
sub dir view
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,5 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
test
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,5 +0,0 @@
|
||||
import { eventHandler } from 'h3'
|
||||
|
||||
export default eventHandler(() => {
|
||||
return 'ok from api test dist'
|
||||
})
|
||||
Reference in New Issue
Block a user