Initial commit

This commit is contained in:
myh
2023-11-13 15:31:26 +08:00
commit 9352e2fa16
26 changed files with 14781 additions and 0 deletions

13
layer/serverless.yml Normal file
View File

@@ -0,0 +1,13 @@
org: '1315775011'
app: web
stage: dev
component: layer
name: web-layer
inputs:
name: web-layer
region: ap-shanghai
src:
src: ../node_modules
targetDir: /node_modules
runtimes:
- Nodejs12.16