mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 08:46:20 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
13
web/admin-spa/node_modules/postcss/lib/comment.js
generated
vendored
Normal file
13
web/admin-spa/node_modules/postcss/lib/comment.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict'
|
||||
|
||||
let Node = require('./node')
|
||||
|
||||
class Comment extends Node {
|
||||
constructor(defaults) {
|
||||
super(defaults)
|
||||
this.type = 'comment'
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Comment
|
||||
Comment.default = Comment
|
||||
Reference in New Issue
Block a user