fix: Switch to Tailwind v3 - v4 incompatible with Astro
This commit is contained in:
15
node_modules/@zeit/schemas/deployment/service.js
generated
vendored
Normal file
15
node_modules/@zeit/schemas/deployment/service.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
const Service = {
|
||||
type: 'object',
|
||||
additionalProperties: false,
|
||||
properties: {
|
||||
port: {
|
||||
type: 'number',
|
||||
minimum: 1,
|
||||
maximum: 32767
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
Service
|
||||
};
|
||||
Reference in New Issue
Block a user