mirror of
https://github.com/fmhy/edit.git
synced 2025-08-01 00:32:30 +10:00
feat: build env options, formatting, selfhosting guide
This commit is contained in:
parent
88a1a989d9
commit
929bd44275
39 changed files with 268 additions and 764 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"**/*.ts": [
|
||||
"/**",
|
||||
"* Copyright (c) taskylizard. All rights reserved.",
|
||||
"* Copyright (c) 2025 taskylizard. Apache License 2.0.",
|
||||
"*",
|
||||
"* Licensed under the Apache License, Version 2.0 (the \"License\");",
|
||||
"* you may not use this file except in compliance with the License.",
|
||||
|
@ -16,6 +16,15 @@
|
|||
"* limitations under the License.",
|
||||
"*/"
|
||||
],
|
||||
"**/*.css": [
|
||||
"/**",
|
||||
"* Copyright (c) 2025 taskylizard. Apache License 2.0.",
|
||||
"* Licensed under the Apache License, Version 2.0 (the \"License\");",
|
||||
"* you may not use this file except in compliance with the License.",
|
||||
"* You may obtain a copy of the License at",
|
||||
"* http://www.apache.org/licenses/LICENSE-2.0",
|
||||
"*/"
|
||||
],
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue